Skip to content

Commit 4b92c79

Browse files
committed
break up client into sub clients, add assertions
1 parent b6b5351 commit 4b92c79

File tree

13 files changed

+403
-718
lines changed

13 files changed

+403
-718
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ const pf = new PromptFoundry({
1717
apiKey: '<API_KEY>'
1818
})
1919

20-
const prompt = await pf.getPrompt({ promptId: 'HELLO' })
20+
const prompt = await pf.prompts.get({ promptId: 'HELLO' })
2121
```

0 commit comments

Comments
 (0)