GraphQL SchemaObject
AiGenerationReferenceValue
Represents a reference value generated by AI.
Fields without arguments
| Name | Type | Description |
|---|---|---|
id | ReferenceValueID! | Global ID of this ReferenceValue |
inputIndex | Int | The index of the referenced input |
inputTypeIdentifier | String | The identifier of the input type |
nodeFunctionId | NodeFunctionID | The referenced value unless referencing the flow input. |
parameterIndex | Int | The index of the referenced parameter |
referencePath | [AiGenerationReferencePath!]! | The paths associated with this reference value. |