Class URLContextCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.URLContextCallStep
- All Implemented Interfaces:
Step
URLContextCallStep
URL context call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionURLContextCallStep(URLContextCallArguments arguments, String id) URLContextCallStep(URLContextCallArguments arguments, String id, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to the URL context.static URLContextCallStep.Builderbuilder()booleaninthashCode()id()Required.A signature hash for backend validation.toString()type()withArguments(URLContextCallArguments arguments) The arguments to pass to the URL context.Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
URLContextCallStep
public URLContextCallStep(@Nonnull URLContextCallArguments arguments, @Nonnull String id, @Nullable String signature) -
URLContextCallStep
-
-
Method Details
-
arguments
The arguments to pass to the URL context. -
id
Required. A unique ID for this specific tool call. -
signature
A signature hash for backend validation. -
type
-
builder
-
withArguments
The arguments to pass to the URL context. -
withId
Required. A unique ID for this specific tool call. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-