Uses of Class
com.google.genai.gaos.models.interactions.CodeExecutionCallArguments
Packages that use CodeExecutionCallArguments
-
Uses of CodeExecutionCallArguments in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CodeExecutionCallArgumentsModifier and TypeMethodDescriptionCodeExecutionCallArguments.Builder.build()The code to be executed.CodeExecutionCallArguments.withLanguage(Language language) Programming language of the `code`.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type CodeExecutionCallArgumentsModifier and TypeMethodDescriptionCodeExecutionCallDelta.arguments()The arguments to pass to the code execution.CodeExecutionCallStep.arguments()The arguments to pass to the code execution.Methods in com.google.genai.gaos.models.interactions with parameters of type CodeExecutionCallArgumentsModifier and TypeMethodDescriptionCodeExecutionCallDelta.Builder.arguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.CodeExecutionCallStep.Builder.arguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.CodeExecutionCallDelta.withArguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.CodeExecutionCallStep.withArguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.Constructors in com.google.genai.gaos.models.interactions with parameters of type CodeExecutionCallArgumentsModifierConstructorDescriptionCodeExecutionCallDelta(CodeExecutionCallArguments arguments) CodeExecutionCallDelta(CodeExecutionCallArguments arguments, String signature) CodeExecutionCallStep(CodeExecutionCallArguments arguments, String id) CodeExecutionCallStep(CodeExecutionCallArguments arguments, String id, String signature)