mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix firecrawl scrape creditsUsed mapping
This commit is contained in:
@@ -111,7 +111,7 @@ export const scrapeTool: ToolConfig<ScrapeParams, ScrapeResponse> = {
|
||||
markdown: data.data.markdown,
|
||||
html: data.data.html,
|
||||
metadata: data.data.metadata,
|
||||
creditsUsed: data.creditsUsed,
|
||||
creditsUsed: data.data.metadata?.creditsUsed,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user