[feat]: Implement chat description editing in sidebar and header, add visual cue for active chat in sidebar
This commit is contained in:
@@ -100,6 +100,9 @@ export class ActionRunner {
|
||||
.catch((error) => {
|
||||
console.error('Action failed:', error);
|
||||
});
|
||||
|
||||
// eslint-disable-next-line consistent-return -- TODO: fix this consistent-return error
|
||||
return this.#currentExecutionPromise;
|
||||
}
|
||||
|
||||
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
||||
|
||||
Reference in New Issue
Block a user