Class OpenAiChatCompletionTool
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.model.OpenAiChatCompletionTool
Deprecated.
OpenAI tool signature.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.The type of the tool. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.inthashCode()Deprecated.setFunction(OpenAiChatCompletionFunction function) Deprecated.Use to force the model to call a specific function.Deprecated.Specifies a tool the model should use.toString()Deprecated.
-
Constructor Details
-
OpenAiChatCompletionTool
public OpenAiChatCompletionTool()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
setType
Deprecated.Specifies a tool the model should use. Use to force the model to call a specific function.- Returns:
this.
-
setFunction
Deprecated.Use to force the model to call a specific function.- Returns:
this.
-