Skip to content

Commit 86ea832

Browse files
committed
refactor(catalyser): change request method from newSessionWithPrompt to userInput
1 parent 1032bf9 commit 86ea832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agent/catalyser/Catalyser.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export class Catalyser {
5151
return;
5252
}
5353

54-
this.extension.sidebar.webviewProtocol?.request("newSessionWithPrompt", {
55-
prompt: finalPrompt.prompt,
54+
this.extension.sidebar.webviewProtocol?.request("userInput", {
55+
input: finalPrompt.prompt,
5656
});
5757

5858
if (finalPrompt.chunks.length > 0) {

0 commit comments

Comments
 (0)