Skip to content

AnthropicMessageParams

Defined in: wrapper/src/anthropic-sdk.ts:53

Anthropic message parameters (SDK style).

max_tokens: number

Defined in: wrapper/src/anthropic-sdk.ts:56


messages: AnthropicSDKMessage[]

Defined in: wrapper/src/anthropic-sdk.ts:55


optional metadata: object

Defined in: wrapper/src/anthropic-sdk.ts:63

optional user_id: string


model: string

Defined in: wrapper/src/anthropic-sdk.ts:54


optional stop_sequences: string[]

Defined in: wrapper/src/anthropic-sdk.ts:61


optional stream: boolean

Defined in: wrapper/src/anthropic-sdk.ts:62


optional system: string

Defined in: wrapper/src/anthropic-sdk.ts:57


optional temperature: number

Defined in: wrapper/src/anthropic-sdk.ts:58


optional top_k: number

Defined in: wrapper/src/anthropic-sdk.ts:60


optional top_p: number

Defined in: wrapper/src/anthropic-sdk.ts:59