Skip to content

Commit

Permalink
fix (docs): fix highlight (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Jan 24, 2025
1 parent caaad11 commit db217b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/providers/01-ai-sdk-providers/05-anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ console.log(result.experimental_providerMetadata?.anthropic);

You can also use cache control on system messages by providing multiple system messages at the head of your messages array:

```ts highlight="3,9-11"
```ts highlight="3,7-9"
const result = await generateText({
model: anthropic('claude-3-5-sonnet-20240620'),
messages: [
Expand Down

0 comments on commit db217b3

Please sign in to comment.