Class OpenAiChatFunctionCall
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiChatFunctionCall
Deprecated.
The name of the function to call, or, the function that the model called.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.The arguments to call the function with, as generated by the model in JSON format.getName()Deprecated.Name of the function call.inthashCode()Deprecated.setArguments(String arguments) Deprecated.The arguments to call the function with, as generated by the model in JSON format.Deprecated.Name of the function call.toString()Deprecated.
-
Constructor Details
-
OpenAiChatFunctionCall
public OpenAiChatFunctionCall()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getName
Deprecated.Name of the function call. -
setName
Deprecated.Name of the function call.- Returns:
this.
-
getArguments
Deprecated.The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function. -
setArguments
Deprecated.The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.- Returns:
this.
-