CustomToolCall¶
This docs was updated at: 2026-02-23
com.paragon.responses.spec.CustomToolCall · Class
Extends ToolCall · Implements Item, ResponseOutput
A call to a custom tool created by the model.
Methods¶
CustomToolCall¶
public CustomToolCall(
@NonNull String callId, @NonNull String input, @NonNull String name, @Nullable String id)
@param callId An identifier used to map this custom tool call to a tool call output.
Parameters
| Name | Description |
|---|---|
input |
The input for the custom tool call generated by the model. |
name |
The name of the custom tool being called. |
id |
The unique ID of the custom tool call in the OpenAI platform. |