Build response form elements from an AgentResponseForm.
Adaptive Cards support native input elements (Input.Text, Input.Number,
Input.Date, Input.Time, Input.ChoiceSet) so we render the form inline
in the card body rather than requiring a separate modal.
Note: Action.Submit handlers are out of scope — forms are rendered
read-only as a summary for now. Full interactivity is follow-up work
(requires Task Modules or Action.Submit webhook handling).
Build response form elements from an AgentResponseForm.
Adaptive Cards support native input elements (Input.Text, Input.Number, Input.Date, Input.Time, Input.ChoiceSet) so we render the form inline in the card body rather than requiring a separate modal.
Note: Action.Submit handlers are out of scope — forms are rendered read-only as a summary for now. Full interactivity is follow-up work (requires Task Modules or Action.Submit webhook handling).