Class OpenAiChatToolCall
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiChatToolCall
Deprecated.
OpenAI tool call by AI.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenAiChatToolCall
public OpenAiChatToolCall()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getId
Deprecated.The ID of the tool call. -
getType
Deprecated.The type of the tool. -
getFunction
Deprecated.The function that the model called.
-