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