Skip to content

Commit 4f32040

Browse files
committed
[FIX] Fixed examples to README.md
1 parent 6535a7f commit 4f32040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ console.log(chatPromptResult.choices[0]?.message?.content?.toString() ?? 'No res
4343
```typescript structuredOutputLangtache.ts
4444
import { OpenAI } from 'openai';
4545
import z from 'zod';
46-
import { ChatPromptTemplate, getStructuredOutput } from '../src';
46+
import { ChatPromptTemplate, getStructuredOutput, getValidatedOutput } from '@anuran-roy/langtache';
4747

4848
const chatClient = new OpenAI();
4949
const chatPromptStructuredOutput = new ChatPromptTemplate({

0 commit comments

Comments
 (0)