Interface ToolResultBlockDelta.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>, SdkBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>, SdkPojo
Enclosing class:
ToolResultBlockDelta

@Mutable @NotThreadSafe public static interface ToolResultBlockDelta.Builder extends SdkPojo, CopyableBuilder<ToolResultBlockDelta.Builder,ToolResultBlockDelta>
  • Method Details

    • text

      The reasoning the model used to return the output.

      Parameters:
      text - The reasoning the model used to return the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • json

      The JSON schema for the tool result content block. see JSON Schema Reference.

      Parameters:
      json - The JSON schema for the tool result content block. see JSON Schema Reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.