Skip to content

Commit

Permalink
docs: fix chat.md markdown (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung authored Nov 7, 2024
1 parent ae2f1e8 commit deaaff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const chat = session.chat({
tools: [changeUserName],
});
await chat.send('change user name to Kevin');
```

## Multi-thread sessions

Expand Down Expand Up @@ -218,4 +219,4 @@ const session = ai.createSession({
const session = await ai.loadSession(sessionId, {
store: new JsonSessionStore(),
});
```
```

0 comments on commit deaaff8

Please sign in to comment.