Values.ChatExecutionSourceA single chat execution summary
type nonrec t = {executionId : ResourceId.t option;The unique identifier for the execution
*)createdAt : Timestamp.t option;Timestamp when the chat was created
*)updatedAt : Timestamp.t option;Timestamp when the chat was last updated
*)summary : String_.t option;Summary or title of the chat
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ResourceId.t | `Timestamp of Timestamp.t ]) list ]