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

Function label

tasks/AutoTTS/code/experiment/module.py:316–317  ·  view source on GitHub ↗
(question: str, sub_questions: str, answer: str=None)

Source from the content-addressed store, hash-verified

314
315@retry("label")
316async def label(question: str, sub_questions: str, answer: str=None):
317 pass
318
319@retry("contract")
320async def contract(question: str, sub_result: dict, independent_subqs: list, dependent_subqs: list, contexts: str=None):

Callers 1

decomposeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected