default_factory=PyObjectId produced "" (empty string) since Annotated[str, ...] is a type annotation, not a callable factory. Replace with lambda: str(ObjectId()) to generate a real unique ID. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api/v1 | ||
| core | ||
| lib | ||
| middleware | ||
| migrations | ||
| models | ||
| prompts | ||
| schemas | ||
| services | ||
| tasks | ||
| telemetry | ||
| main.py | ||