Module Values.SelfServiceAIAgentConfigurationSource

The configuration for AI Agents of type SELF_SERVICE.

Sourcetype nonrec t = {
  1. selfServicePreProcessingAIPromptId : UuidWithQualifier.t option;
    (*

    The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent

    *)
  2. selfServiceAnswerGenerationAIPromptId : UuidWithQualifier.t option;
    (*

    The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent

    *)
  3. selfServiceAIGuardrailId : UuidWithQualifier.t option;
    (*

    The AI Guardrail identifier used by the SELF_SERVICE AI Agent.

    *)
  4. associationConfigurations : AssociationConfigurationList.t option;
    (*

    The association configurations for overriding behavior on this AI Agent.

    *)
}
Sourceval make : ?selfServicePreProcessingAIPromptId:??? -> ?selfServiceAnswerGenerationAIPromptId:??? -> ?selfServiceAIGuardrailId:??? -> ?associationConfigurations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Uuid.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of MaxResults.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of TagKey.t | `Structure of (string * [> `String of TagKey.t ]) list ]) list ] list | `Structure of (string * [> `String of TagKey.t ]) list ]) list ]) list ]) list ]) list ] list | `String of UuidWithQualifier.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