Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/phoenixPrompt/messagePartSchemas
asToolCallPart
Function asToolCallPart
asToolCallPart
(
maybePart
:
unknown
,
)
:
|
{
tool_call
:
{
arguments
:
string
;
name
:
string
;
type
:
"function"
}
;
tool_call_id
:
string
;
type
:
"tool_call"
;
}
|
null
Parameters
maybePart
:
unknown
Returns
|
{
tool_call
:
{
arguments
:
string
;
name
:
string
;
type
:
"function"
}
;
tool_call_id
:
string
;
type
:
"tool_call"
;
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...