Skip to content
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

Fixing not using set_llm_session_ids from fh-llm-client #792

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

jamesbraza
Copy link
Collaborator

#757 forgot to use set_llm_session_ids from fh-llm-client, which leads to the session_id being unpopulated. This PR fixes that mistake, with added test coverage

@jamesbraza jamesbraza added the bug Something isn't working label Jan 6, 2025
@jamesbraza jamesbraza requested a review from a team January 6, 2025 21:31
@jamesbraza jamesbraza self-assigned this Jan 6, 2025
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 6, 2025
@@ -20,6 +20,7 @@
LLMModel,
LLMResult,
)
from llmclient.types import set_llm_session_ids
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice catch!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 6, 2025
@jamesbraza jamesbraza merged commit 13a38c3 into main Jan 6, 2025
5 checks passed
@jamesbraza jamesbraza deleted the session-types-llm-client branch January 6, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants