Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/openai/toolCallSchemas
createOpenAIToolCall
Function createOpenAIToolCall
createOpenAIToolCall
()
:
{
function
:
{
arguments
:
string
;
name
:
string
;
[
key
:
string
]:
unknown
}
;
id
:
string
;
type
:
"function"
;
}
Creates an empty OpenAI tool call with fields but no values filled in
Returns
{
function
:
{
arguments
:
string
;
name
:
string
;
[
key
:
string
]:
unknown
}
;
id
:
string
;
type
:
"function"
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...
Creates an empty OpenAI tool call with fields but no values filled in