fix(api): make sure vector store file content is not returned as a type

This commit is contained in:
Ashwin Bharambe 2025-08-12 15:55:52 -07:00
parent 1721aafc1f
commit 5563cd9a51
3 changed files with 72 additions and 44 deletions

View file

@ -220,7 +220,6 @@ class VectorStoreSearchRequest(BaseModel):
rewrite_query: bool = False
@json_schema_type
class VectorStoreContent(BaseModel):
"""Content item from a vector store file or search result.