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 ed78c12 commit 5b11a1bCopy full SHA for 5b11a1b
README.md
@@ -150,8 +150,8 @@ const session = await LanguageModel.create({
150
initialPrompts: [
151
{
152
role: "system",
153
- content: `You are a helpful assistant. You can use tools to help the user.`
154
- }
+ content: `You are a helpful assistant. You can use tools to help the user.`,
+ },
155
],
156
tools: [
157
@@ -167,8 +167,8 @@ const session = await LanguageModel.create({
167
},
168
required: ["location"],
169
170
171
- ]
+ ],
172
});
173
```
174
0 commit comments