Skip to content

Commit

Permalink
removes todos
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 16, 2025
1 parent f294cdd commit fdd665f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synapseclient/models/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async def _post_exchange_async(
self.trace = trace_response["page"][0]["message"]


# TODO Add example usage to the docstring
@dataclass
@async_to_sync
class AgentSession(AgentSessionSynchronousProtocol):
Expand Down Expand Up @@ -347,7 +346,6 @@ async def prompt_async(
print(f"TRACE:\n{agent_prompt.trace}")


# TODO Add example usage to the docstring
@dataclass
@async_to_sync
class Agent(AgentSynchronousProtocol):
Expand Down

0 comments on commit fdd665f

Please sign in to comment.