InworldLLMEdgeAsset | Inherits from: InworldEdgeAsset
Specialized edge asset for LLM chat request validation within graph workflows in the Inworld framework.
Extends the base edge functionality to evaluate LLMChatRequest payloads and control flow based on request validity.
Properties
Methods
Reference
EdgeTypeName
A constant stringLLMEdge, primarily used when registering a custom edge condition name for LLM processing.
Returns
Type:string
MeetsCondition
Evaluates whether the input data satisfies the LLM condition for this edge. Constructs anLLMChatRequest from the input and checks its validity. Behavior is controlled by AllowedPassByDefault — if true, valid requests pass; if false, invalid requests pass.
Parameters
| Parameter | Type | Description |
|---|---|---|
| inputData | InworldBaseData | The input data to evaluate as an LLM chat request. |
Returns
Type:bool