We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014ef7d commit 8ab5ac1Copy full SHA for 8ab5ac1
client/src/components/ToolsTab.tsx
@@ -82,7 +82,7 @@ const ToolsTab = ({
82
<span className="text-green-600 font-semibold">Success</span>
83
)}
84
</h4>
85
- {structuredResult.content?.map((item, index) => (
+ {structuredResult.content.map((item, index) => (
86
<div key={index} className="mb-2">
87
{item.type === "text" && (
88
<JsonView data={item.text} isError={isError} />
0 commit comments