mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-26 08:52:50 +00:00
feat(js-sdk): changeTrackingOptions.tag
This commit is contained in:
parent
34a18a2d2f
commit
abb8919e2e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.25.3",
|
||||
"version": "1.25.4",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -166,6 +166,7 @@ export interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchem
|
||||
prompt?: string;
|
||||
schema?: any;
|
||||
modes?: ("json" | "git-diff")[];
|
||||
tag?: string | null;
|
||||
}
|
||||
actions?: ActionsSchema;
|
||||
agent?: AgentOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user