Skip to content

Commit

Permalink
Update clients/tabby-chat-panel/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 24, 2024
1 parent b487fd6 commit cbb7336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-chat-panel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export interface ClientApi extends ClientApiMethods {
/**
* Checks if the client supports this capability.
* This method is designed to check capability across different clients (IDEs).
* Note: This method should not be used to ensure compatibility across different API versions.
* Note: This method should not be used to ensure compatibility across different chat panel SDK versions.
*/
hasCapability: (method: keyof ClientApiMethods) => Promise<boolean>
}
Expand Down

0 comments on commit cbb7336

Please sign in to comment.