| model | String | The model to use for generating chat completions (e.g. 'gpt-4'). | |
| prompt | String | Optional field, historically used in non-chat contexts; often omitted. | [optional] |
| messages | List<ChatMessage> | Array of role-based messages to control the conversation. | |
| temperature | Float | the amount of desired variance or non-determinism in the result | [optional] |
| stream | Boolean | Whether to stream partial results (OpenAI streaming). Usually false. | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
| lastAccessedById | UUID | Last user to access object | [optional] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |