Uses of Class
com.google.genai.gaos.models.interactions.FunctionResultStep
Packages that use FunctionResultStep
-
Uses of FunctionResultStep in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return FunctionResultStepModifier and TypeMethodDescriptionFunctionResultStep.Builder.build()FunctionResultStep.withCallId(String callId) Required.FunctionResultStep.withIsError(Boolean isError) Whether the tool call resulted in an error.The name of the tool that was called.FunctionResultStep.withResult(FunctionResultStepResultUnion result) Required.