Reference
OpenAI Assistant
Represents an assistant that can call the model and use tools.
Part of the OpenAI inventory.
Scan settings
| Default scanning interval | Allowed scanning intervals | Data removal during incremental scan |
|---|---|---|
| Daily | Daily, Weekly, Bi-Weekly, Monthly, Never, Initial | Yes |
Properties
| Property | Type | Description | Automation placeholder |
|---|---|---|---|
| Key | String | Internal. | {{OpenAIAssistant.ApiKeyEncrypted}} |
| Created at | DateTime | Datetime of when the assistant was created. | {{OpenAIAssistant.CreatedAt}} |
| Initially Scanned | DateTime | Shows when this object was initially found in a scan. | {{OpenAIAssistant.CreatedTime}} |
| Description | String | The description of the assistant. | {{OpenAIAssistant.Description}} |
| Display Name | String | {{OpenAIAssistant.DisplayName}} | |
| Id | String | Id of the assistant. | {{OpenAIAssistant.Id}} |
| Instructions | String | The instructions of the assistant. | {{OpenAIAssistant.Instructions}} |
| Last scan update | DateTime | Shows when this object was last updated in a scan. If an object is found during a scan but no property has been changed this date will not change. | {{OpenAIAssistant.LastModifiedTime}} |
| Model | OpenAI Model | The model of the assistant. | {{OpenAIAssistant.Model}} |
| Model Name | String | The model of the assistant. | {{OpenAIAssistant.ModelName}} |
| Organization | OpenAI Organization | Parent organization of the assistant. | {{OpenAIAssistant.Organization}} |
| Organization Name | String | Parent organization of the assistant. | {{OpenAIAssistant.OrganizationName}} |
| Project | OpenAI Project | Parent project of the assistant. | {{OpenAIAssistant.Project}} |
| Project Name | String | Parent project of the assistant. | {{OpenAIAssistant.ProjectName}} |
| Response Format | String | Specifies the format that the model must output. | {{OpenAIAssistant.ResponseFormat}} |
| Risk Score | Int32 | Stores risk score | {{OpenAIAssistant.RiskScore}} |
| Risk Score Update | DateTime | Stores risk score update | {{OpenAIAssistant.RiskScoreLastUpdate}} |
| Risk Score Value | String | Stores risk score value like Low_Low | {{OpenAIAssistant.RiskScoreValue}} |
| Temperature | Double | What sampling temperature to use, between 0 and 2. | {{OpenAIAssistant.Temperature}} |
| Top_P | Double | An alternative to sampling with temperature, called nucleus sampling. | {{OpenAIAssistant.TopP}} |
Relations
| Relation | Service | Description |
|---|---|---|
| OpenAI Model | OpenAI | Describes an OpenAI model offering that can be used with the API |
| OpenAI Organization | OpenAI | OpenAI organizations that are configured to be scanned |
| OpenAI Project | OpenAI | Represents an individual project |
Segments
This object does currently not have any segments.
Actions
This object does currently not have any actions.
Policies that check this object
| Policy | Severity | Description |
|---|---|---|
| Assistant is live and callable | Medium | Provisioned assistants are API-callable AI surfaces, raising the likelihood that any weakness is exploited |