agent_framework_evaluator.auto_user_reply#
Module API#
Headless replies for WebUserCommunication prompts (agent evaluator only).
- agent_framework_evaluator.auto_user_reply.reply_text_for_outbox_item(item, *, case_run_mode='standard')[source]#
Return text to submit for a pending outbox item, or
Noneif the client should answer.With
case_run_mode="no_callbacks", all prompts, questions, confirmations, and permissions are auto-answered so the run completes without user interaction. Withcase_run_mode="standard", every outbox item is forwarded to the client unanswered, allowing the user to respond manually.- Parameters:
item (dict[str, Any])
case_run_mode (str)
- Return type:
str | None