Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Dec 23, 2024
1 parent 5805fef commit f8da58d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/tabby-chat-panel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export type Location = number | LineRange | Position | PositionRange

export interface FileContext {
kind: 'file'
/**
* If the range is undefined, it implies that the context is the entire file.
*/
range?: LineRange
filepath: string
content: string
Expand Down

0 comments on commit f8da58d

Please sign in to comment.