-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[.Net][Bug]: Constructor of conversableAgentConfig does not accept LMStudioConfig as ConfigList #2609
Comments
First time reporting an issue on Github. I should apply the label DoNet, but haven't found out how yet. |
@PrinzMegahertz Thanks for creating this issue, it's because the (see here
We will push a fix to add |
* add lmstudio agent to assistant agent * fix microsoft#2609 * update updatelog * Update Directory.Build.props
Mark as completed |
Describe the bug
Coming from autogen for Python, I'm used to the framework actually being able to run with LM-Studio. In case of the DotNet implementation, I can't use (as the title says) an IEnumerable of LMStudioConfig as ConfigList, even though the ConfigList is an IEnumerable of ILLMConfig, which LMStudioConfig implements as well.
Steps to reproduce
Create a valid LMStudioConfig:
Try to build an Agent that's not an LMStudioAgent
Model Used
Llama3
Expected Behavior
The Agent should have been built
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: