mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 06:12:27 +00:00
fix(api): make sure vector store file content is not returned as a type
This commit is contained in:
parent
1721aafc1f
commit
5563cd9a51
3 changed files with 72 additions and 44 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue