docs: update docs page

This commit is contained in:
Simon
2025-10-21 21:53:24 +08:00
parent 7278b73290
commit e81291f54b
4 changed files with 27 additions and 85 deletions

View File

@@ -43,7 +43,7 @@ export interface UIConfig {
* }),
* execute: async function (this: PageAgent, input) {
* const answer = await do_some_thing(input.question)
* return `✅ Received user answer: ${answer}` + (await getSystemInfo())
* return `✅ Received user answer: ${answer}`
* },
* })
* }