Builder
A builder for FunctionResultStep.
Functions
Returns an immutable instance of FunctionResultStep.
Sets Builder.callId to an arbitrary JSON value.
Required. ID to match the ID from the function call block.
Sets Builder.isError to an arbitrary JSON value.
Whether the tool call resulted in an error.
Sets Builder.name to an arbitrary JSON value.
The name of the tool that was called.
Sets Builder.result to an arbitrary JSON value.
Alias for calling result with Result.ofJsonValue(jsonValue).
The result of the tool call.
Alias for calling result with Result.ofString(string).
Alias for calling result with Result.ofFunctionResultSubcontentList(functionResultSubcontentList).
Sets Builder.signature to an arbitrary JSON value.
A signature hash for backend validation.
Sets the field to an arbitrary JSON value.