Class GenerativeModel.Response
java.lang.Object
org.episteme.core.mathematics.ml.generative.GenerativeModel.Response
- Enclosing interface:
GenerativeModel
Represent a response from the model, which can be text or a tool call.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Response
-
Response
-
-
Method Details
-
getText
-
getToolCall
-
isToolCall
public boolean isToolCall()
-