Skip to content

feat: add session_id #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 18, 2025
Merged

Conversation

corroleaus
Copy link
Contributor

fix: #47

  • Added session_id generation in app.py
  • propagate to context and logger
  • use for log filenames
  • possible to extend usage as needed
  • checks to ensure session_id exists on context and logger
  • ran format and lint

Copy link
Collaborator

@saqadri saqadri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@corroleaus this is fantastic. Thank you for this. I reviewed and it looks good for the most part. The only concern I have is we are autogen'ing the session id in multiple places, which may lead to unexpected behavior. Left some comments regarding that. Other that that, looks good!

Copy link
Collaborator

@saqadri saqadri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!!

@saqadri saqadri merged commit 504e73a into lastmile-ai:main Mar 18, 2025
4 checks passed
@saqadri
Copy link
Collaborator

saqadri commented Mar 18, 2025

Great work @corroleaus! This has been merged and I'll publish a patch update tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate Session IDs
2 participants