Skip to content

Commit

Permalink
Merge branch 'nsc/json-format'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Jan 18, 2025
2 parents 9109e78 + f9d99ac commit 092da88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/js-sdk/firecrawl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/js-sdk/firecrawl/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 092da88

Please sign in to comment.