@illuma-ai/agents 1.1.24 → 1.1.25
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.
|
@@ -1975,6 +1975,7 @@ If I seem to be missing something we discussed earlier, just give me a quick rem
|
|
|
1975
1975
|
}
|
|
1976
1976
|
catch (_e) {
|
|
1977
1977
|
/** If we can't get agent context, that's okay - agentId remains undefined */
|
|
1978
|
+
console.debug(`[dispatchRunStep] Could not resolve agentId from metadata.langgraph_node="${metadata.langgraph_node}": ${_e.message}`);
|
|
1978
1979
|
}
|
|
1979
1980
|
}
|
|
1980
1981
|
this.contentData.push(runStep);
|