mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix: remove select param from registry find_many (custom Prisma wrapper does not support it)
This commit is contained in:
parent
b83e6dae2d
commit
96716c69bd
1 changed files with 0 additions and 6 deletions
|
|
@ -275,12 +275,6 @@ class LiteLLMSkillsHandler:
|
|||
take=limit,
|
||||
skip=offset,
|
||||
order={"created_at": "desc"},
|
||||
select={
|
||||
"skill_id": True,
|
||||
"display_title": True,
|
||||
"description": True,
|
||||
"metadata": True,
|
||||
},
|
||||
)
|
||||
|
||||
result = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue