@runtypelabs/sdk 1.10.2 → 1.11.0

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.cjs CHANGED
@@ -6642,7 +6642,7 @@ Do NOT redo any of the above work.`
6642
6642
  "Use write_file only if you want to save the final deliverable into the workspace."
6643
6643
  ] : ["Always use write_file to save your output so the user can run it immediately."]
6644
6644
  ].join("\n") : "";
6645
- const builtinToolNames = builtinToolIds?.map((id) => id.replace(/^builtin:/, ""));
6645
+ const builtinToolNames = builtinToolIds?.map((id) => id.replace(/^(builtin|platform):/, ""));
6646
6646
  const builtinToolsBlock = builtinToolNames?.length ? [
6647
6647
  "",
6648
6648
  "--- Built-in Tools ---",