Values.NoteTakingAIAgentConfigurationSourceThe configuration for AI Agents of type NOTE_TAKING.
type nonrec t = {noteTakingAIPromptId : UuidWithQualifier.t option;The AI Prompt identifier used by the Note Taking AI Agent.
*)noteTakingAIGuardrailId : UuidWithQualifier.t option;The AI Guardrail identifier used by the Note Taking AI Agent.
*)locale : NonEmptyString.t option;The locale setting for language-specific case summarization generation (for example, en_US, es_ES).
*)}