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

refactor: Pass LLMClientInterface to QodeAssistClient #122

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

p12tic
Copy link
Contributor

@p12tic p12tic commented Mar 10, 2025

Contructing LLMClientInterface in constructor of QodeAssistClient when initializing base class severely limits what can be done. In particular, no members can be referred to, because nothing of the class instance itself has been initialized at that point of time.

Contructing LLMClientInterface in constructor of QodeAssistClient when
initializing base class severely limits what can be done. In particular,
no members can be referred to, because nothing of the class instance
itself has been initialized at that point of time.
@Palm1r Palm1r merged commit 3839d68 into Palm1r:main Mar 10, 2025
6 checks passed
@p12tic p12tic deleted the pass-client-interface-qode-assist-client branch March 10, 2025 15:57
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.

2 participants