Skip to content

Commit cd72651

Browse files
committed
Appease the linter
1 parent 380bfce commit cd72651

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/webvm-claude.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ The `messages` and `tool` definitions are so far left out of the discussion. The
104104

105105
```js
106106
const messages = [
107-
{role: "user", content: "Hi, my name is Alessandro. What about you?"},
108-
{role: "assistant", content: "Hello Alessandro! ..."},
109-
{role: "user", content: "What was my name again?"}
110-
];
107+
{ role: "user", content: "Hi, my name is Alessandro. What about you?" },
108+
{ role: "assistant", content: "Hello Alessandro! ..." },
109+
{ role: "user", content: "What was my name again?" },
110+
];
111111
```
112112

113113
![Conversation example](./claude-example1.png)

0 commit comments

Comments
 (0)