MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / execute

Method execute

tests/test_omni_search_graph.py:12–14  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

10 self.final_state = final_state
11
12 def execute(self, inputs):
13 # Return final_state and dummy execution info
14 return self.final_state, {"debug": True}
15
16
17# Dummy schema for testing purposes

Calls

no outgoing calls

Tested by

no test coverage detected