Skip to content

[Agents] Fixed bug with init and user_id#720

Merged
PaulAsjes merged 1 commit intomainfrom
pma/agents-missing-user-id
Jan 26, 2026
Merged

[Agents] Fixed bug with init and user_id#720
PaulAsjes merged 1 commit intomainfrom
pma/agents-missing-user-id

Conversation

@PaulAsjes
Copy link
Copy Markdown
Collaborator

Fixes #679

Fixes an issue where user_id was incorrectly being grabbed from self.config instead of just self, meaning it was always set to None.

@PaulAsjes PaulAsjes requested a review from kraenhansen January 23, 2026 10:32
Copy link
Copy Markdown
Member

@kraenhansen kraenhansen left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@PaulAsjes PaulAsjes merged commit 5d39547 into main Jan 26, 2026
5 checks passed
@PaulAsjes PaulAsjes deleted the pma/agents-missing-user-id branch January 26, 2026 12:49
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.

user_id in Conversation class is not used when starting a session

2 participants