mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
feat(vscode-ide-companion): support context left
This commit is contained in:
parent
452f4f3c0e
commit
9a27857f10
1 changed files with 0 additions and 1 deletions
|
|
@ -255,7 +255,6 @@ export const authenticateUpdateSchema = z.object({
|
|||
|
||||
export type AuthenticateUpdate = z.infer<typeof authenticateUpdateSchema>;
|
||||
|
||||
// ACP `_meta` extensibility field: implementations MUST NOT assume keys.
|
||||
export const acpMetaSchema = z.record(z.unknown()).nullable().optional();
|
||||
|
||||
export const modelIdSchema = z.string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue