diff --git a/docs/integrations/llms/anthropic.md b/docs/integrations/llms/anthropic.md index 710ecc764..6bcbcd0c2 100644 --- a/docs/integrations/llms/anthropic.md +++ b/docs/integrations/llms/anthropic.md @@ -6,7 +6,7 @@ integration: logfire **Logfire** supports instrumenting calls to [Anthropic](https://github.com/anthropics/anthropic-sdk-python) with one extra line of code. -```python hl_lines="6" +```python hl_lines="7" import anthropic import logfire diff --git a/docs/integrations/llms/mirascope.md b/docs/integrations/llms/mirascope.md index 86aa0f935..e4d4e5213 100644 --- a/docs/integrations/llms/mirascope.md +++ b/docs/integrations/llms/mirascope.md @@ -40,7 +40,7 @@ Since Mirascope is built on top of [Pydantic][pydantic], you can use the [Pydant This can be particularly useful when [extracting structured information][mirascope-extracting-structured-information] using LLMs: -```py hl_lines="3 5 8 17" +```py hl_lines="3 5 8 18" from typing import Literal, Type import logfire