Class PyLLMTaskHandler
Defined in File py_llm_task_handler.hpp
Base Type
public morpheus::llm::LLMTaskHandler
(Class LLMTaskHandler)
-
class PyLLMTaskHandler : public morpheus::llm::LLMTaskHandler
-
Public Functions
- ~PyLLMTaskHandler() override
-
virtual std::vector<std::string> get_input_names() const override
Virtual method for implementing how task handler gets its input names.
- Returns
std::vector<std::string>
Virtual method for implementing execution of task. Called after execution of LLM engine nodes and outputs saved to given context.
- Parameters
- Returns
context – context holding outputs after execution of engine nodes
Task<return_t>