@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7689,7 +7689,7 @@ var TaskCard = ({
|
|
|
7689
7689
|
const status = toolCallData.status || "pending";
|
|
7690
7690
|
const response = toolCallData.response || null;
|
|
7691
7691
|
const { threadId, assistantId } = useAgentChat();
|
|
7692
|
-
let new_assistant_id =
|
|
7692
|
+
let new_assistant_id = subagent_type;
|
|
7693
7693
|
if (subagent_type === "general-purpose") {
|
|
7694
7694
|
new_assistant_id = assistantId + "-general-purpose";
|
|
7695
7695
|
}
|