Module Values.ToolInputSchemaSource

The input schema for the tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcetype nonrec t = {
  1. json : Document.t option;
    (*

    A JSON object defining the input schema for the tool.

    *)
}
Sourceval make : ?json:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of 'a list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t