Skip to content

Commit

Permalink
Merge pull request #45 from dcSpark/fix/tools
Browse files Browse the repository at this point in the history
added tools
  • Loading branch information
acedward authored Jan 10, 2025
2 parents 557e366 + eda699b commit 9114305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function buildToolJson(toolContent: string, metadata: Metadata, toolType:
sql_queries: [],
sql_tables: [],
toolkit_name: metadata.id || "Unknown",
tools: [],
tools: metadata.tools || [],,
version: metadata.version || "1.0.0",
[toolType === "Python" ? "py_code" : "js_code"]: toolContent
}, false];
Expand Down Expand Up @@ -324,4 +324,4 @@ async function processProducts() {
// Run the script
if (import.meta.main) {
await processProducts();
}
}

0 comments on commit 9114305

Please sign in to comment.