Class OpenAiChatToolCall

java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiChatToolCall

@Deprecated public class OpenAiChatToolCall extends Object
Deprecated.
OpenAI tool call by AI.
  • Constructor Details

    • OpenAiChatToolCall

      public OpenAiChatToolCall()
      Deprecated.
  • Method Details

    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getId

      @Nonnull public String getId()
      Deprecated.
      The ID of the tool call.
    • getType

      @Nonnull public String getType()
      Deprecated.
      The type of the tool.
    • getFunction

      @Nonnull public OpenAiChatFunctionCall getFunction()
      Deprecated.
      The function that the model called.