anthropic / Exports
anthropic
Table of contents
Classes
Interfaces
Type Aliases
Functions
Type Aliases
TProviderOptionValue
Ƭ TProviderOptionValue: string | number | boolean | undefined | null | Anthropic | IExecutor | TProviderOptionValue[] | { [key: string]: TProviderOptionValue; }
Valid provider option value types
Defined in
Functions
createAnthropicProvider
▸ createAnthropicProvider(_options): void
Parameters
| Name | Type |
|---|---|
_options | IAnthropicProviderOptions |
Returns
void