State of the SQLQuery graph.
| 5 | |
| 6 | @dataclass(kw_only=True) |
| 7 | class SQLQueryState(InputState): |
| 8 | """State of the SQLQuery graph.""" |
| 9 | sql: str = field(default="") |
| 10 | context: str = field(default="") |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected