chore: generate
This commit is contained in:
@@ -1403,9 +1403,9 @@ export type AgentConfig = {
|
||||
[key: string]: unknown
|
||||
}
|
||||
/**
|
||||
* Hex color code for the agent (e.g., #FF5733)
|
||||
* Hex color code (e.g., #FF5733) or theme color (e.g., primary)
|
||||
*/
|
||||
color?: string
|
||||
color?: string | "primary" | "secondary" | "accent" | "success" | "warning" | "error" | "info"
|
||||
/**
|
||||
* Maximum number of agentic iterations before forcing text-only response
|
||||
*/
|
||||
@@ -1430,6 +1430,13 @@ export type AgentConfig = {
|
||||
[key: string]: unknown
|
||||
}
|
||||
| string
|
||||
| "primary"
|
||||
| "secondary"
|
||||
| "accent"
|
||||
| "success"
|
||||
| "warning"
|
||||
| "error"
|
||||
| "info"
|
||||
| number
|
||||
| PermissionConfig
|
||||
| undefined
|
||||
|
||||
Reference in New Issue
Block a user