We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6535a7f commit 4f32040Copy full SHA for 4f32040
1 file changed
README.md
@@ -43,7 +43,7 @@ console.log(chatPromptResult.choices[0]?.message?.content?.toString() ?? 'No res
43
```typescript structuredOutputLangtache.ts
44
import { OpenAI } from 'openai';
45
import z from 'zod';
46
-import { ChatPromptTemplate, getStructuredOutput } from '../src';
+import { ChatPromptTemplate, getStructuredOutput, getValidatedOutput } from '@anuran-roy/langtache';
47
48
const chatClient = new OpenAI();
49
const chatPromptStructuredOutput = new ChatPromptTemplate({
0 commit comments