wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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]
  })()