[FEA]: Document and Test the LLMContext
class
#1297
Labels
feature request
New feature or request
sherlock
Issues/PRs related to Sherlock workflows and components
Milestone
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
High
Please provide a clear description of problem this feature solves
The
LLMContext
class is current in a prototype phase here: https://github.com/nv-morpheus/Morpheus/blob/bedca92ba09d88c46e5cb41eb41f172b8532c70b/morpheus/_lib/src/llm/llm_context.cppIt needs to be documented and have comprehensive tests added to ensure all code paths are verified.
Describe your ideal solution
Add documentation for all public methods and a test for all code paths in C++ and any unique code paths in C++.
We will want to support creating
LLMContext
objects on both C++ and python without any Task or ControlMessage objects on it. So tests should include operating with null values for both of these options.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: