You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
This would be a subclass of langchain_core.tools.BaseTool that would allow usage of morpheus.llm.services.llm_service.LLMClient's from a LangChain agent.
Describe your ideal solution
Ideally this would receive either an LLMClient instance as a constructor argument, or an LLMService with the keyword args needed to call get_client.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
I have searched the open feature requests and have found no duplicates for this feature request
The text was updated successfully, but these errors were encountered:
@aserGarcia Our development team has been working on the LLM services lately and we have a prototype of this feature already created here. Just wanted to let you know before you started working on this issue.
We appreciate your contributions lately. I just merged your PR. Would be happy to discuss other features you might be interested in working on.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
This would be a subclass of
langchain_core.tools.BaseTool
that would allow usage ofmorpheus.llm.services.llm_service.LLMClient
's from a LangChain agent.Describe your ideal solution
Ideally this would receive either an
LLMClient
instance as a constructor argument, or anLLMService
with the keyword args needed to callget_client
.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: