mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
add ChatRequest.modeInstructions2 with mode metadata to try out things (#267303)
This commit is contained in:
committed by
GitHub
parent
f80fe25ba4
commit
50b5aa8954
@@ -1547,7 +1547,7 @@ export async function reviewEdits(accessor: ServicesAccessor, editor: ICodeEdito
|
||||
const chatRequest = chatModel?.addRequest({ text: '', parts: [] }, { variables: [] }, 0, {
|
||||
kind: undefined,
|
||||
modeId: 'applyCodeBlock',
|
||||
instructions: undefined,
|
||||
modeInstructions: undefined,
|
||||
isBuiltin: true,
|
||||
applyCodeBlockSuggestionId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user