HyperFlow AI uses a strongly-typed value system for data flowing between nodes. This includes simple data types like text and numbers, but also rich types like imported files, knowledge segments, generated images & video, and so on.
Making them "strongly-typed" means the system knows exactly what kind of data is flowing between the nodes and can perform all kinds of important checks and conversions and housekeeping, when needed.
When setting up data-flow connections between nodes in HyperFlow:
Data Value types and will convert those value types as needed to perform its function.
In the following, the Inputs accept: part defines the Data Value types that are acceptable connections to an Input port defined to be of the section's type.
So, for example, an input port of type text will accept connections from an output port of type text, prompt, instruction, knowledge, url, number, counter, model, cssSelectors, choice, pathName, code, json, content, importSet
textnumber