Values.OrchestratorConfigurationEntrySourceAn entry in the orchestrator configuration list.
type nonrec t = {aiAgentId : UuidOrArnOrEitherWithQualifier.t option;The identifier of the AI Agent in the orchestrator configuration.
*)orchestratorUseCase : NonEmptyString.t;The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of UuidOrArnOrEitherWithQualifier.t ]) list ]