Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/anthropic/toolCallSchemas
anthropicToolCallSchema
Variable anthropicToolCallSchema
Const
anthropicToolCallSchema
:
ZodObject
<
{
id
:
ZodString
;
input
:
ZodType
<
JSONLiteral
,
unknown
,
$ZodTypeInternals
<
JSONLiteral
,
unknown
>
,
>
;
name
:
ZodString
;
type
:
ZodLiteral
<
"tool_use"
>
;
}
,
$strip
,
>
= ...
The schema for an Anthropic tool call, this is what a message that calls a tool looks like
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...
The schema for an Anthropic tool call, this is what a message that calls a tool looks like