MCPcopy
hub / github.com/langchain-ai/langchain / main.py

File main.py

templates/elastic-query-generator/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from elastic_query_generator.chain import chain
2
3if __name__ == "__main__":
4 print(chain.invoke({"input": "how many customers named Carol"}))

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected