RunToolCallObject
objectTool call objects
The ID of the tool call. This ID must be referenced when you submit the tool outputs in using the Submit tool outputs to run endpoint.
The type of tool call the output is required for. For now, this is always function.
Allowed values:function
The function definition.
Show Child Parameters
StaticChunkingStrategy
objectThe maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096.
>= 100<= 4096
The number of tokens that overlap between chunks. The default value is 400.
Note that the overlap must not exceed half of max_chunk_size_tokens.
Static Chunking Strategy
objectAlways static.
Allowed values:static
Show Child Parameters
Static Chunking Strategy
objectAlways static.
Allowed values:static
Show Child Parameters
SubmitToolOutputsRunRequest
objectA list of tools for which the outputs are being submitted.
Show Child Parameters
If true, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a data: [DONE] message.