Documentation / @agentick/client / CompletionItem
Interface: CompletionItem
Defined in: client/src/line-editor.ts:49
Properties
continues?
optionalcontinues: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?
optionaldescription: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