Add unit tests for toolList API functions and update the export statements in toolList.ts. (#4623)

Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
This commit is contained in:
gru-agent[bot]
2025-04-22 15:26:05 +08:00
committed by GitHub
parent 2dd5cf6d1f
commit 27614e9e8b
2 changed files with 210 additions and 0 deletions

View File

@@ -150,3 +150,5 @@ async function handler(
}
export default NextAPI(handler);
export { pluginNodes2InputSchema, workflow2InputSchema, handler };