Parameters
Retrieves all configurable parameters for a given flow.
Note that this depends on a number of variables: Version and environment can be used to resolve the active version (as described in Flows)
The entrypoint is relevant to determine which part of the subtree to inspect. It's best to look at an example. Imagine there are three templates:
main
available_types
similarity_matcher
In this example, there are two largely independent prompts, the 'main' prompt for creating a graph and the similarity_matcher. The main prompt has available_types
as a parameter whereas similarity_matcher
has nodes
.
Last updated