Merge branch 'nsc/json-format'

This commit is contained in:
Nicolas 2025-01-18 17:52:06 -03:00
commit 092da888c6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.15.0",
"version": "1.15.1",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -127,7 +127,7 @@ export interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchem
schema?: LLMSchema;
systemPrompt?: string;
};
json?:{
jsonOptions?:{
prompt?: string;
schema?: LLMSchema;
systemPrompt?: string;