Runs
Allows you to start a new run, i.e. resolve templates and send the fully formatted prompt to an LLM of your choice.
Select the active template set version based on
version
andenvironment
as described in FlowsTake the prompt
entrypoint
and start recursively replacing tokens given inparameters
. Parameters always precede descending into a template of the same nameSend the prompt to the LLM chosen as default for the selected entrypoint in the respective version, unless
overrideModel
is specified. The model must be one of ModelsWaits until the request is finished and returns both the formatted request and the LLM response, along with some metadata
Last updated