Class FunctionCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.FunctionCallStep
- All Implemented Interfaces:
Step
FunctionCallStep
A function tool call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionCallStep
-
-
Method Details
-
arguments
Required. The arguments to pass to the function. -
id
Required. A unique ID for this specific tool call. -
name
Required. The name of the tool to call. -
type
-
builder
-
withArguments
Required. The arguments to pass to the function. -
withId
Required. A unique ID for this specific tool call. -
withName
Required. The name of the tool to call. -
equals
-
hashCode
public int hashCode() -
toString
-