Values.CreateChatRequestSourceRequest structure for creating a new chat
type nonrec t = {agentSpaceId : AgentSpaceId.t;userId : ResourceId.t option;The user identifier for the chat. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session.
*)userType : UserType.t option;The authentication type of the user
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AgentSpaceId.t ]) list ]