Class ApiChatCompletionsResponseMessageToolCallCustom

java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsResponseMessageToolCallCustom

public final class ApiChatCompletionsResponseMessageToolCallCustom extends Object
A call to a custom tool created by the model.
Since:
8.5.0
  • Method Details

    • input

      public String input()
      The input for the custom tool call generated by the model.
      Returns:
      The tool call input.
    • name

      public String name()
      The name of the custom tool to call.
      Returns:
      The tool name.