@axiom-lattice/react-sdk 2.1.45 → 2.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7683,7 +7683,7 @@ var TaskCard = ({
7683
7683
  const status = toolCallData.status || "pending";
7684
7684
  const response = toolCallData.response || null;
7685
7685
  const { threadId, assistantId } = useAgentChat();
7686
- let new_assistant_id = assistantId;
7686
+ let new_assistant_id = subagent_type;
7687
7687
  if (subagent_type === "general-purpose") {
7688
7688
  new_assistant_id = assistantId + "-general-purpose";
7689
7689
  }