docs: document ask_user question forms

This commit is contained in:
Federico Jaramillo Martinez
2026-07-27 01:17:48 +02:00
parent 7bbf5aa73c
commit 9191f59146
3 changed files with 65 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Add an `ask_user` session tool that lets agents post structured question sets as one browser form. Agents end their run while the form waits; users can submit full or partial answers, unanswered questions are reported explicitly, pending forms survive browser and web/API reconnects, and closed forms remain readable in the transcript. Disable the tool with `askUser: false` or `PI_WEB_ASK_USER=false`.