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