Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Dec 18, 2024
1 parent f30569b commit 987fbdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents-api/agents_api/queries/chat/prepare_chat_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from ..session.prepare_session_data import prepare_session_data
from ..utils import (
wrap_in_class,
pg_query,
)

ModelT = TypeVar("ModelT", bound=Any)
Expand Down Expand Up @@ -64,7 +65,7 @@
],
},
)
@cozo_query
@pg_query
@beartype
def prepare_chat_context(
*,
Expand Down

0 comments on commit 987fbdc

Please sign in to comment.