Skip to content

agent-provider-anthropic / Exports

agent-provider-anthropic

Table of contents

Classes

Interfaces

Type Aliases

Functions

Type Aliases

TAnthropicProviderOptionValue

Ƭ TAnthropicProviderOptionValue: string | number | boolean | undefined | null | Anthropic | IExecutor | TProviderOptionValueBase | TAnthropicProviderOptionValue[] | { [key: string]: TAnthropicProviderOptionValue; }

Valid provider option value types

Defined in

agent-provider-anthropic/src/types.ts:7

Functions

createAnthropicProvider

createAnthropicProvider(_options): void

Factory function for creating an AnthropicProvider instance.

Parameters

NameTypeDescription
_optionsIAnthropicProviderOptionsConfiguration options for the Anthropic provider

Returns

void

An AnthropicProvider instance

Defined in

agent-provider-anthropic/src/index.ts:18

Released under the MIT License.