We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e944b5 commit 3a7e8bbCopy full SHA for 3a7e8bb
package.json
@@ -15,6 +15,8 @@
15
"instructions": "npm run build && tsx examples/instructions.ts",
16
"ai-sdk-client": "npm run build && tsx examples/ai_sdk_example.ts",
17
"actionable_observe_example": "npm run build && tsx examples/actionable_observe_example.ts",
18
+ "form-filling-sensible-cerebras": "npm run build && tsx examples/form_filling_sensible_cerebras.ts",
19
+ "form-filling-sensible-openai": "npm run build && tsx examples/form_filling_sensible_openai.ts",
20
"format": "prettier --write .",
21
"prettier": "prettier --check .",
22
"prettier:fix": "prettier --write .",
0 commit comments