Builder
A builder for FunctionCallStep.
Functions
Link copied to clipboard
public final FunctionCallStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Sets Builder.arguments to an arbitrary JSON value.
Required. The arguments to pass to the function.
Link copied to clipboard
Returns an immutable instance of FunctionCallStep.
Link copied to clipboard
Sets Builder.id to an arbitrary JSON value.
Required. A unique ID for this specific tool call.
Link copied to clipboard
Sets Builder.name to an arbitrary JSON value.
Required. The name of the tool to call.
Link copied to clipboard
Link copied to clipboard
public final FunctionCallStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Builder.signature to an arbitrary JSON value.
A signature hash for backend validation.
Link copied to clipboard
Sets the field to an arbitrary JSON value.