Interface ToolInputSchema.Builder

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

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

    • json

      A JSON object defining the input schema for the tool.

      Parameters:
      json - A JSON object defining the input schema for the tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.