Template Class PyLLMNode
Defined in File py_llm_node.hpp
Base Type
public morpheus::llm::PyLLMNodeBase< LLMNode >
(Template Class PyLLMNodeBase)
-
template<class BaseT = LLMNode>
class PyLLMNode : public morpheus::llm::PyLLMNodeBase<LLMNode> -
Public Functions
Add child node to this node and validate user input mappings.
- Parameters
name – child node name
inputs – child node input mappings
node – child node object
is_output – true if output node
- Returns
std::shared_ptr<LLMNodeRunner>