Skip to content

Documentation / @agentick/client / CompletionItem

Interface: CompletionItem ​

Defined in: client/src/line-editor.ts:49

Properties ​

continues? ​

optional continues: boolean

Defined in: client/src/line-editor.ts:54

When true, accepting this item re-probes the same source for follow-up completions (e.g. directory drilling).


description? ​

optional description: string

Defined in: client/src/line-editor.ts:52


label ​

label: string

Defined in: client/src/line-editor.ts:50


value ​

value: string

Defined in: client/src/line-editor.ts:51

Released under the ISC License.