Skip to content

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

anthropic/src/types.ts:7

Functions

createAnthropicProvider

createAnthropicProvider(_options): void

Parameters

NameType
_optionsIAnthropicProviderOptions

Returns

void

Defined in

anthropic/src/index.ts:13

Released under the MIT License.