Answer an agent's question
respond_to_user_inputProvide answers to pending user-input requests from an agent, using request and thread details to submit responses keyed by question ID.
Instructions
Answer a pending user-input request (an agent asked a question with options or free text). Get the requestId and the question structure from pending_actions or get_thread; answers is an object keyed by question id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Answers keyed by question id, e.g. {"q1": "option-a"} | |
| threadId | Yes | ||
| requestId | Yes |