Interface: FolderAccessEntry
Defined in: packages/sdk/src/types/ability-types.ts:98
Config for a single folder access entry
Properties
canCreate?
optionalcanCreate:boolean
Defined in: packages/sdk/src/types/ability-types.ts:108
Allow creating new files in the folder (default: false)
canList?
optionalcanList:boolean
Defined in: packages/sdk/src/types/ability-types.ts:104
Allow listing folder contents (default: true)
canRead?
optionalcanRead:boolean
Defined in: packages/sdk/src/types/ability-types.ts:102
Allow reading file contents (default: true)
canReadAloud?
optionalcanReadAloud:boolean
Defined in: packages/sdk/src/types/ability-types.ts:114
Allow speaking these files verbatim to the caller on voice chats (default: false). Separate from canRead: reference material the agent consults is not a script it narrates.
canSearch?
optionalcanSearch:boolean
Defined in: packages/sdk/src/types/ability-types.ts:106
Allow searching files (requires folder to be indexed, default: false)
folderId
folderId:
number
Defined in: packages/sdk/src/types/ability-types.ts:100
ID of the folder to provide access to
hint?
optionalhint:string
Defined in: packages/sdk/src/types/ability-types.ts:116
Optional hint for the LLM about when/how to use this folder