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

Function direct

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

Source from the content-addressed store, hash-verified

304
305@retry("direct")
306async def direct(question: str, contexts: str=None):
307 if isinstance(question, (list, tuple)):
308 question = ''.join(map(str, question))
309 pass
310
311@retry("multistep")
312async def multistep(question: str, contexts: str=None):

Callers 3

mergingFunction · 0.70
atomFunction · 0.70
pluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected