Skip to content

Commit 5b11a1b

Browse files
jingyun19tomayac
andauthored
Update README.md
Co-authored-by: Thomas Steiner <[email protected]>
1 parent ed78c12 commit 5b11a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ const session = await LanguageModel.create({
150150
initialPrompts: [
151151
{
152152
role: "system",
153-
content: `You are a helpful assistant. You can use tools to help the user.`
154-
}
153+
content: `You are a helpful assistant. You can use tools to help the user.`,
154+
},
155155
],
156156
tools: [
157157
{
@@ -167,8 +167,8 @@ const session = await LanguageModel.create({
167167
},
168168
required: ["location"],
169169
},
170-
}
171-
]
170+
},
171+
],
172172
});
173173
```
174174

0 commit comments

Comments
 (0)