You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/chat/ChatOrchestrator.java
Copy file name to clipboardExpand all lines: com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/chat/IChatOrchestrator.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ public interface IChatOrchestrator {
19
19
* <li>Returning the response message as a string.</li>
20
20
* </ol>
21
21
*
22
-
* @param userPrompt the prompt or query provided by the user.
22
+
* @param userPrompt the prompt or query provided by the user
23
+
* @param editorContent the editor content to be provided as context
23
24
* @return the AI-generated response as a {@link String}.
Copy file name to clipboardExpand all lines: com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/core/functions/PromptHandler.java
Copy file name to clipboardExpand all lines: com.developer.nefarious.zjoule.test/src/com/developer/nefarious/zjoule/test/chat/ChatOrchestratorTest.java
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,9 @@ public void shouldNotStopIfThereIsNoMessageHistory() throws IOException, Interru
0 commit comments