feedback_request
ManagementGive Scenario Feedback
Open optional feedback inside the conversation. Call directly after the user agrees to give feedback; do not route through an executor, which cannot open the card. For feedback already confirmed in chat, use feedback_submit directly without a feedback_id instead of opening this card. Never interrupt an unfinished task or repeatedly solicit feedback.
Args: objective is an optional short draft for the user to review. team_id/project_id preserve the current context but are not required.
Returns: feedback_id and editable objective in an inline form; chat-only hosts ask for objective, sentiment (satisfied/mixed/frustrated), outcome (yes/partly/no), and an optional improvement comment, then call feedback_submit directly with the user's explicit answers and omit feedback_id; opening this card is not required. Nothing is submitted by opening the form.
Example: feedback_request({objective: "Create consistent icons for my game"}).
read-only
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| team_id | string | — | Team ID. Required if user belongs to multiple teams. |
| project_id | string | — | Project ID to scope the operation to. |
| response_format | enum(json | markdown) | json | Output format: 'json' for structured data, 'markdown' for human-readable text. |
| objective | string | — | Optional draft objective for the user to review and edit. Not recorded until submission. |