Query the database, takes natural language. Always call before showing a chart or graph.
(query: str)
| 10 | |
| 11 | @tool |
| 12 | def query_data(query: str): |
| 13 | """ |
| 14 | Query the database, takes natural language. Always call before showing a chart or graph. |
| 15 | """ |
| 16 | return _cached_data |
nothing calls this directly
no outgoing calls
no test coverage detected