Skip to content

Commit faa3c29

Browse files
committed
Update import statement in llm_span_qualifier documentation
1 parent 6fb35b9 commit faa3c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edsnlp/pipes/llm/llm_span_qualifier/llm_span_qualifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class LlmSpanQualifier(BaseSpanAttributeClassifierComponent):
9494
9595
```python { .no-check }
9696
from typing import Annotated, TypedDict
97-
from pydantic import BeforeValidator, PlainSerializer, WithJsonSchema
97+
from pydantic import BeforeValidator, PlainSerializer, BaseModel, Field
9898
import edsnlp, edsnlp.pipes as eds
9999
100100
# Pydantic schema used to validate and parse the LLM response

0 commit comments

Comments
 (0)