Skip to content

CustomToolCall

This docs was updated at: 2026-03-21

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)

Parameters

Name Description
callId An identifier used to map this custom tool call to a tool call output.
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.