Skip to content

Commit

Permalink
chore: assistant types
Browse files Browse the repository at this point in the history
  • Loading branch information
alekst23 committed Sep 4, 2024
1 parent 026e15c commit ad14690
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 210 deletions.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/routers/openai/assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from leapfrogai_api.backend.helpers import object_or_default
from leapfrogai_api.typedef.assistants import ListAssistantsResponse
from leapfrogai_api.routers.openai.requests.create_modify_assistant_request import (
from leapfrogai_api.typedef.assistants import (
CreateAssistantRequest,
ModifyAssistantRequest,
)
Expand Down
Empty file.

This file was deleted.

6 changes: 5 additions & 1 deletion src/leapfrogai_api/typedef/assistants/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .assistant_types import ListAssistantsResponse as ListAssistantsResponse
from .assistant_types import (
CreateAssistantRequest as CreateAssistantRequest,
ModifyAssistantRequest as ModifyAssistantRequest,
ListAssistantsResponse as ListAssistantsResponse,
)
Loading

0 comments on commit ad14690

Please sign in to comment.