pine_send_form_response
Submit a form from a conversation history by providing session ID, message ID, and field values to complete tasks like bill negotiation or subscription cancellation.
Instructions
Submit a form shown in pine_get_history as [FORM].
Fill fields you know; ask the user for unknowns (especially preferences or security info). Use exact option labels for select fields.
Args: session_id: The session containing the form. message_id: The form's message_id from pine_get_history output. form_data: {"field_name": "value"} pairs matching the form fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_data | Yes | ||
| message_id | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |