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
| Name | Type | Description |
|---|---|---|
_options | IAnthropicProviderOptions | Configuration options for the Anthropic provider |
Returns
void
An AnthropicProvider instance