Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview > InworldTextEdgeAsset Class: InworldTextEdgeAsset | Inherits from: InworldEdgeAsset Specialized edge asset for text data validation within graph workflows in the Inworld framework. Extends the base edge functionality to evaluate text validity and control text routing.

Properties

Methods

Reference

EdgeTypeName

A constant string TextEdge, primarily used when registering a custom edge condition name for text processing.

Returns

Type: string

MeetsCondition

Evaluates whether the input data satisfies the text condition for this edge. Constructs an InworldText from the input and checks its validity. Behavior is controlled by AllowedPassByDefault — if true, valid text passes; if false, invalid text passes.

Parameters

ParameterTypeDescription
inputDataInworldBaseDataThe input data to evaluate for text validity.

Returns

Type: bool