|
3 | 3 |
|
4 | 4 | ## Fields |
5 | 5 |
|
6 | | -| Field | Type | Required | Description | |
7 | | -| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | |
8 | | -| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name given to the conversation. | |
9 | | -| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | Description of the what the conversation is about. | |
10 | | -| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Custom metadata for the conversation. | |
11 | | -| `object` | [Optional[models.AgentConversationObject]](../models/agentconversationobject.md) | :heavy_minus_sign: | N/A | |
12 | | -| `id` | *str* | :heavy_check_mark: | N/A | |
13 | | -| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
14 | | -| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
15 | | -| `agent_id` | *str* | :heavy_check_mark: | N/A | |
16 | | -| `agent_version` | *OptionalNullable[int]* | :heavy_minus_sign: | N/A | |
| 6 | +| Field | Type | Required | Description | |
| 7 | +| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | |
| 8 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name given to the conversation. | |
| 9 | +| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | Description of the what the conversation is about. | |
| 10 | +| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Custom metadata for the conversation. | |
| 11 | +| `object` | [Optional[models.AgentConversationObject]](../models/agentconversationobject.md) | :heavy_minus_sign: | N/A | |
| 12 | +| `id` | *str* | :heavy_check_mark: | N/A | |
| 13 | +| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 14 | +| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A | |
| 15 | +| `agent_id` | *str* | :heavy_check_mark: | N/A | |
| 16 | +| `agent_version` | [OptionalNullable[models.AgentConversationAgentVersion]](../models/agentconversationagentversion.md) | :heavy_minus_sign: | N/A | |
0 commit comments