Class OpenAiFunctionCall
java.lang.Object
com.sap.ai.sdk.foundationmodels.openai.OpenAiFunctionCall
- All Implemented Interfaces:
OpenAiToolCall
Represents a function type tool called by an OpenAI model.
- Since:
- 1.6.0
-
Method Summary
-
Method Details
-
getId
The unique identifier for the function call. -
getName
The name of the function to be called. -
getArguments
The arguments for the function call, encoded as a JSON string. -
equals
-
hashCode
public int hashCode() -
toString
-