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 4c79cb3 commit fc26b87Copy full SHA for fc26b87
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "promptl-ai",
3
- "version": "0.9.0",
+ "version": "0.9.1",
4
"author": "Latitude Data",
5
"license": "MIT",
6
"description": "Compiler for PromptL, the prompt language",
src/compiler/index.ts
@@ -52,7 +52,7 @@ export function scan({
52
fullPath?: string
53
referenceFn?: ReferencePromptFn
54
withParameters?: string[]
55
- configSchema?: z.ZodType
+ configSchema?: z.ZodTypeAny
56
requireConfig?: boolean
57
}): Promise<ConversationMetadata> {
58
return new Scan({
0 commit comments