Skip to main content

Interface: FileAccessEntry

Defined in: packages/sdk/src/types/ability-types.ts:111

Config for a single file access entry

Properties

canRead?

optional canRead: boolean

Defined in: packages/sdk/src/types/ability-types.ts:115

Allow reading file contents (default: true)


canWrite?

optional canWrite: boolean

Defined in: packages/sdk/src/types/ability-types.ts:117

Allow writing/editing file contents (default: false)


fileId

fileId: number

Defined in: packages/sdk/src/types/ability-types.ts:113

ID of the file to provide access to


hint?

optional hint: string

Defined in: packages/sdk/src/types/ability-types.ts:119

Optional hint for the LLM about when/how to use this file