Skip to content

Commit

Permalink
feat: Updated sdks/python/julep/managers/session.p (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Apr 18, 2024
1 parent 16d4cbd commit 9c4f2f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/python/julep/managers/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ class BaseSessionsManager(BaseManager):
Returns:
Union[Session, Awaitable[Session]]: The session object or an awaitable yielding it.
Raises:
ValueError: If the `id` is not a valid UUID.
NetworkError: If there is an issue communicating with the API.
_create(user_id, agent_id, situation):
Create a new session with specified user and agent identifiers.
Expand Down

0 comments on commit 9c4f2f4

Please sign in to comment.