PromptCondition

constructor(name: String, prompt: (context: OperationContext) -> String, llm: LlmCall)

Parameters

name

name of the condition

prompt

the prompt to evaluate. Typically created from Blackboard state from the ProcessContext.