chore: generate
This commit is contained in:
parent
28204720dc
commit
bed88ce50e
2 changed files with 2 additions and 16 deletions
|
|
@ -1263,10 +1263,7 @@ export type Config = {
|
|||
}
|
||||
instructions?: Array<string>
|
||||
layout?: LayoutConfig
|
||||
/**
|
||||
* Permission configuration. Accepts a single object (per-tool action map) or an array of layered configs; arrays are merged in order so later layers override earlier ones.
|
||||
*/
|
||||
permission?: PermissionConfig | Array<PermissionConfig>
|
||||
permission?: PermissionConfig
|
||||
tools?: {
|
||||
[key: string]: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue