Class CodeExecutionCallArguments
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionCallArguments
CodeExecutionCallArguments
The arguments to pass to the code execution.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeExecutionCallArguments
-
CodeExecutionCallArguments
public CodeExecutionCallArguments()
-
-
Method Details
-
code
The code to be executed. -
language
Programming language of the `code`. -
builder
-
withCode
The code to be executed. -
withLanguage
Programming language of the `code`. -
equals
-
hashCode
public int hashCode() -
toString
-