AnthropicMessageParams
Defined in: wrapper/src/anthropic-sdk.ts:53
Anthropic message parameters (SDK style).
Properties
Section titled “Properties”max_tokens
Section titled “max_tokens”max_tokens:
number
Defined in: wrapper/src/anthropic-sdk.ts:56
messages
Section titled “messages”messages:
AnthropicSDKMessage[]
Defined in: wrapper/src/anthropic-sdk.ts:55
metadata?
Section titled “metadata?”
optionalmetadata:object
Defined in: wrapper/src/anthropic-sdk.ts:63
user_id?
Section titled “user_id?”
optionaluser_id:string
model:
string
Defined in: wrapper/src/anthropic-sdk.ts:54
stop_sequences?
Section titled “stop_sequences?”
optionalstop_sequences:string[]
Defined in: wrapper/src/anthropic-sdk.ts:61
stream?
Section titled “stream?”
optionalstream:boolean
Defined in: wrapper/src/anthropic-sdk.ts:62
system?
Section titled “system?”
optionalsystem:string
Defined in: wrapper/src/anthropic-sdk.ts:57
temperature?
Section titled “temperature?”
optionaltemperature:number
Defined in: wrapper/src/anthropic-sdk.ts:58
top_k?
Section titled “top_k?”
optionaltop_k:number
Defined in: wrapper/src/anthropic-sdk.ts:60
top_p?
Section titled “top_p?”
optionaltop_p:number
Defined in: wrapper/src/anthropic-sdk.ts:59