Skip to content

Commit

Permalink
fix (docs): highlighting in text prompts example (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Jan 3, 2025
1 parent 976f141 commit ed4cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/02-foundations/03-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Text content is the most common type of content. It is a string that is passed t
If you only need to send text content in a message, the `content` property can be a string,
but you can also use the `parts` property to send multiple parts of content.

```ts highlight="7"
```ts highlight="7-10"
const result = await generateText({
model: yourModel,
messages: [
Expand Down

0 comments on commit ed4cde1

Please sign in to comment.