docs(web): finalize workspace UI product flow
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user