Class FunctionResultStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.FunctionResultStep.Builder
- Enclosing class:
- FunctionResultStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Required.Whether the tool call resulted in an error.The name of the tool that was called.result(FunctionResultStepResultUnion result) Required.
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
isError
Whether the tool call resulted in an error. -
name
The name of the tool that was called. -
result
Required. The result of the tool call. -
build
-