MCPcopy Create free account
hub / github.com/Spinachead/arg / SQLQueryState

Class SQLQueryState

app/core/state_graph/states/sql_query_graph/sql_query.py:7–10  ·  view source on GitHub ↗

State of the SQLQuery graph.

Source from the content-addressed store, hash-verified

5
6@dataclass(kw_only=True)
7class SQLQueryState(InputState):
8 """State of the SQLQuery graph."""
9 sql: str = field(default="")
10 context: str = field(default="")
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected