Class ApiChatCompletionsResponseMessageToolCall

java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsResponseMessageToolCall
Direct Known Subclasses:
ApiChatCompletionsResponseMessageToolCall.Custom, ApiChatCompletionsResponseMessageToolCall.Function

public abstract class ApiChatCompletionsResponseMessageToolCall extends Object
A tool call generated by the model, such as a function call.
Since:
8.5.0
  • Method Details

    • type

      public String type()
      The type of tool call, such as "function" or "custom".
      Returns:
      The tool call type.