MCPcopy
hub / github.com/langchain-ai/langchain / run_query

Function run_query

templates/sql-ollama/sql_ollama/chain.py:26–27  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

24
25
26def run_query(query):
27 return db.run(query)
28
29
30# Prompt

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected