Skip to content

Commit

Permalink
docs: update input schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Patai5 committed Feb 18, 2024
1 parent 070aea1 commit e48a6a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions actors/extended-gpt-scraper/.actor/input_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@
},
"editor": "json"
},
"schemaDescription": {
"title": "Schema description",
"type": "string",
"description": "Description of the schema function. Use this to provide more context for the schema.\n\nBy default, the `instructions` field's value is used as the schema description, you can change it here.",
"prefill": "",
"nullable": true,
"editor": "textarea"
},
"temperature": {
"sectionCaption": "GPT settings",
"title": "Temperature",
Expand Down
8 changes: 8 additions & 0 deletions actors/gpt-scraper/.actor/input_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@
},
"editor": "json"
},
"schemaDescription": {
"title": "Schema description",
"type": "string",
"description": "Description of the schema function. Use this to provide more context for the schema.\n\nBy default, the `instructions` field's value is used as the schema description, you can change it here.",
"prefill": "",
"nullable": true,
"editor": "textarea"
},
"temperature": {
"sectionCaption": "GPT settings",
"title": "Temperature",
Expand Down

0 comments on commit e48a6a9

Please sign in to comment.