MCPcopy Create free account
hub / github.com/InternScience/InternAgent / contract

Function contract

tasks/AutoTTS/code/experiment/module.py:320–321  ·  view source on GitHub ↗
(question: str, sub_result: dict, independent_subqs: list, dependent_subqs: list, contexts: str=None)

Source from the content-addressed store, hash-verified

318
319@retry("contract")
320async def contract(question: str, sub_result: dict, independent_subqs: list, dependent_subqs: list, contexts: str=None):
321 pass
322
323@retry("ensemble")
324async def ensemble(question: str, results: list, contexts: str=None):

Callers 1

mergingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected