Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/f/tools-queries' into f/configur…
Browse files Browse the repository at this point in the history
…e-routers
  • Loading branch information
Ahmad-mtos committed Dec 23, 2024
2 parents bb9dd4a + 6a52a40 commit 9ebd4ef
Show file tree
Hide file tree
Showing 20 changed files with 650 additions and 746 deletions.
9 changes: 9 additions & 0 deletions agents-api/agents_api/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ class FailedEncodingSentinel:
"""Sentinel object returned when failed to encode payload."""

payload_data: bytes


class QueriesBaseException(AgentsBaseException):
pass


class InvalidSQLQuery(QueriesBaseException):
def __init__(self, query_name: str):
super().__init__(f"invalid query: {query_name}")
15 changes: 0 additions & 15 deletions agents-api/agents_api/models/chat/get_cached_response.py

This file was deleted.

143 changes: 0 additions & 143 deletions agents-api/agents_api/models/chat/prepare_chat_context.py

This file was deleted.

19 changes: 0 additions & 19 deletions agents-api/agents_api/models/chat/set_cached_response.py

This file was deleted.

136 changes: 0 additions & 136 deletions agents-api/agents_api/models/tools/create_tools.py

This file was deleted.

68 changes: 0 additions & 68 deletions agents-api/agents_api/models/tools/delete_tool.py

This file was deleted.

Loading

0 comments on commit 9ebd4ef

Please sign in to comment.