docs(web): finalize workspace UI product flow

This commit is contained in:
imccyu
2026-07-25 17:46:04 +08:00
parent 9eb9c70a8a
commit 08ce02da2b
14 files changed
+265 -254

No files matched your search

@@ -49,7 +49,10 @@ export class ConversationService extends Service {
await this.scopedSession('loadOlder').loadOlder()
}
/** Update the scoped Session's retained pending prompt. */
/**
* Update the scoped Session's retained pending prompt.
* @param text - exact controlled-input value to retain.
*/
updatePendingPrompt(text: string): void {
this.scopedSession('updatePendingPrompt').updatePendingPrompt(text)
}