Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/phoenixPrompt/messagePartSchemas
asToolResultPart
Function asToolResultPart
asToolResultPart
(
maybePart
:
unknown
,
)
:
|
{
tool_call_id
:
string
;
tool_result
:
|
string
|
number
|
boolean
|
unknown
[]
|
Record
<
string
,
unknown
>
|
null
;
type
:
"tool_result"
;
}
|
null
Parameters
maybePart
:
unknown
Returns
|
{
tool_call_id
:
string
;
tool_result
:
|
string
|
number
|
boolean
|
unknown
[]
|
Record
<
string
,
unknown
>
|
null
;
type
:
"tool_result"
;
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...