For the complete documentation index, see llms.txt. This page is also available as Markdown.

floatzerotoone Kind

`float` value in range `[0.0, 1.0]`.

float value in range [0.0, 1.0]

Data representation

External

External data representation is relevant for Workflows clients - it dictates what is the input and output format of data.

Type: float

Internal

Internal data representation is relevant for Workflows blocks creators - this is the type that will be provided by Execution Engine in runtime to the block that consumes input of this kind.

Type: float

Details

This kind represents float value from 0.0 to 1.0.

Examples:

0.1
0.4
0.999

Last updated

Was this helpful?