Skip to content

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

types.ts:6

Functions

createAnthropicProvider

createAnthropicProvider(_options): void

Parameters

NameType
_optionsAnthropicProviderOptions

Returns

void

Defined in

index.ts:13

Released under the MIT License.