@superatomai/sdk-node 0.0.24-mds → 0.0.25-mds

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 CHANGED
@@ -14720,6 +14720,7 @@ async function createFilterWithLLM(prompt, components, existingComponents, anthr
14720
14720
  return { success: false, errors };
14721
14721
  }
14722
14722
  logger.info(`[DASH_COMP_REQ:FILTER] Successfully created filter: ${result.filterComponent.componentType}`);
14723
+ console.log(`[DASH_COMP_REQ:FILTER] Filter component props:`, JSON.stringify(result.filterComponent.props, null, 2));
14723
14724
  logger.info(`[DASH_COMP_REQ:FILTER] Updated ${result.updatedComponents?.length || 0} components`);
14724
14725
  if (executedTools.length > 0) {
14725
14726
  logger.info(`[DASH_COMP_REQ:FILTER] Executed ${executedTools.length} external tool(s): ${executedTools.map((t) => t.name).join(", ")}`);