Module Values.ToolOutputConfigurationSource

Configuration for tool output handling.

Sourcetype nonrec t = {
  1. outputVariableNameOverride : NonEmptyString.t option;
    (*

    Override the tool output results to different variable name.

    *)
  2. sessionDataNamespace : NonEmptyString.t option;
    (*

    The session data namespace for tool output.

    *)
}
Sourceval make : ?outputVariableNameOverride:??? -> ?sessionDataNamespace:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t ]) 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