Values.AgentSpaceSummarySourceContains summary information about an agent space.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the agent space.
*)name : String_.t option;The name of the agent space.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AgentSpaceId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]