Class PyLLMLambdaNode
Defined in File py_llm_lambda_node.hpp
Base Type
public morpheus::llm::LLMNodeBase
(Class LLMNodeBase)
-
class PyLLMLambdaNode : public morpheus::llm::LLMNodeBase
-
Public Functions
- PyLLMLambdaNode(pybind11::function fn)
- ~PyLLMLambdaNode() 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 the execution of a node.
- Parameters
- Returns
context – context for node’s execution