Skip to main content

Interface: FileAccessEntry

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

Config for a single file access entry

Properties

canRead?

optional canRead: boolean

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

Allow reading file contents (default: true)


canWrite?

optional canWrite: boolean

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

Allow writing/editing file contents (default: false)


fileId

fileId: number

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

ID of the file to provide access to


hint?

optional hint: string

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

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