Agents 0.0.2
Edge AI Agents SDK
Loading...
Searching...
No Matches
PromptChainingWorkflow Member List

This is the complete list of members for PromptChainingWorkflow, including all inherited members.

addStep(const Step &step)PromptChainingWorkflow
addStep(const String &name, const String &prompt_template, std::function< bool(const JsonObject &)> validator=nullptr, std::function< JsonObject(const JsonObject &)> transformer=nullptr)PromptChainingWorkflow
getContext() constagents::workflows::Workflow
getMaxSteps() constagents::workflows::Workflow
PromptChainingWorkflow(std::shared_ptr< AgentContext > context)PromptChainingWorkflow
run(const String &input) overridePromptChainingWorkflowvirtual
run()PromptChainingWorkflow
runAsync(const String &input, std::function< void(const JsonObject &)> callback)agents::workflows::Workflowvirtual
setMaxSteps(int max_steps)agents::workflows::Workflow
setStepCallback(std::function< void(const String &, const JsonObject &)> callback)agents::workflows::Workflow
Workflow(std::shared_ptr< AgentContext > context)agents::workflows::Workflow
~Workflow()=defaultagents::workflows::Workflow