We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010b699 commit a06dbf2Copy full SHA for a06dbf2
docs/snippets/modules/model_io/prompts/prompt_templates/partial.mdx
@@ -10,11 +10,11 @@ const prompt = new PromptTemplate({
10
inputVariables: ["foo", "bar"]
11
});
12
13
-const paritalPrompt = await prompt.partial({
+const partialPrompt = await prompt.partial({
14
foo: "foo",
15
16
17
-const formattedPrompt = await paritalPrompt.format({
+const formattedPrompt = await partialPrompt.format({
18
bar: "baz",
19
20
0 commit comments