validate_condition.py§
validate_condition(state)
§
Validate the condition for the next node to visit.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
state
|
Dict[str, Any]
|
The current state containing the validation result. |
required |
Returns:
Type | Description |
---|---|
Literal['schema_to_ttl', '__end__']
|
Literal["schema_to_ttl", "end"]: The next node to visit. |
Source code in brickllm/edges/validate_condition.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|