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

Function multistep

tasks/AutoTTS/code/experiment/module.py:312–313  ·  view source on GitHub ↗
(question: str, contexts: str=None)

Source from the content-addressed store, hash-verified

310
311@retry("multistep")
312async def multistep(question: str, contexts: str=None):
313 pass
314
315@retry("label")
316async def label(question: str, sub_questions: str, answer: str=None):

Callers 1

decomposeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected