Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/vercel/messagePartSchemas
vercelAIChatPartSchema
Variable vercelAIChatPartSchema
Const
vercelAIChatPartSchema
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
text
:
ZodString
;
type
:
ZodLiteral
<
"text"
>
}
,
$strip
>
,
ZodObject
<
{
image
:
ZodString
;
mimeType
:
ZodOptional
<
ZodString
>
;
type
:
ZodLiteral
<
"image"
>
;
}
,
$strip
,
>
,
ZodObject
<
{
input
:
ZodType
<
JSONLiteral
,
unknown
,
$ZodTypeInternals
<
JSONLiteral
,
unknown
>
,
>
;
toolCallId
:
ZodString
;
toolName
:
ZodString
;
type
:
ZodLiteral
<
"tool-call"
>
;
}
,
$strip
,
>
,
ZodObject
<
{
output
:
ZodObject
<
{
type
:
ZodLiteral
<
"text"
>
;
value
:
ZodString
}
,
$strip
,
>
;
toolCallId
:
ZodString
;
toolName
:
ZodString
;
type
:
ZodLiteral
<
"tool-result"
>
;
}
,
$strip
,
>
,
]
,
"type"
,
>
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...