When I try to display a card with image like this one below:
return tell("The result is").card(text="Some text",title='Some title',img_alt="Some text",img_url=some_img_url)
I get the MalformedResponse Error in the simulator:
final_response.rich_response: the first element must be a 'simple_response', a 'structured_response' or a 'custom_response'.
When I try to display a card with image like this one below: return tell("The result is").card(text="Some text",title='Some title',img_alt="Some text",img_url=some_img_url) I get the MalformedResponse Error in the simulator: final_response.rich_response: the first element must be a 'simple_response', a 'structured_response' or a 'custom_response'.