Uses of Class
com.google.genai.gaos.models.interactions.CodeExecutionResultStep
Packages that use CodeExecutionResultStep
-
Uses of CodeExecutionResultStep in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CodeExecutionResultStepModifier and TypeMethodDescriptionCodeExecutionResultStep.Builder.build()CodeExecutionResultStep.withCallId(String callId) Required.CodeExecutionResultStep.withIsError(Boolean isError) Whether the code execution resulted in an error.CodeExecutionResultStep.withResult(String result) Required.CodeExecutionResultStep.withSignature(String signature) A signature hash for backend validation.