Skip to content

Commit

Permalink
chore: add TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Oct 21, 2024
1 parent 806c988 commit 5e40ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions letta/server/rest_api/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from letta.utils import is_utc_datetime


# TODO strip from code / deprecate
class QueuingInterface(AgentInterface):
"""Messages are queued inside an internal buffer and manually flushed"""

Expand Down Expand Up @@ -421,6 +422,7 @@ def _process_chunk_to_letta_style(
elif message_delta.tool_calls is not None and len(message_delta.tool_calls) > 0:
tool_call = message_delta.tool_calls[0]

# TODO(charles) merge into logic for internal_monologue
# special case for trapping `send_message`
if self.use_assistant_message and tool_call.function:
if self.inner_thoughts_in_kwargs:
Expand Down

0 comments on commit 5e40ce2

Please sign in to comment.