mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 03:14:32 +01:00
This commit integrates the actual JSON response received from the API into the AgentMessageTile. Now, each AgentMessageTile will display the associated JSON response when expanded. - Converted Map<String, dynamic> JSON response to a string using jsonEncode. - Passed the JSON-formatted string to JsonCodeSnippetView. - Updated AgentMessageTile to include this change. This change enhances the debugging and transparency features of the chat interface.