app/components/base/chat/chat/thought/index.tsx
@@ -14,7 +14,7 @@ try { return JSON.parse(value)[index] } catch { catch (e) { } } return value @@ -29,7 +29,7 @@ if (Array.isArray(JSON.parse(thought.tool))) return [JSON.parse(thought.tool), true] } catch { catch (e) { } return [[thought.tool], false] })()