Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 27, 2025
1 parent 39ebe46 commit d226ea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/tabby-agent/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ export type ChatEditParams = {
* This type should only be used for sending context from client to server.
*/
export interface FileContext {

/**
* The filepath of the file.
* The path is relative to the workspace root.
Expand All @@ -463,7 +462,7 @@ export interface FileContext {
* If the range is not provided, the whole file is considered.
*/
range?: Range;
};
}

export type ChatEditToken = string;

Expand Down

0 comments on commit d226ea8

Please sign in to comment.