MCPcopy
hub / github.com/microsoft/autogen / MyResult

Class MyResult

python/packages/autogen-core/tests/test_tools.py:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class MyResult(BaseModel):
24 result: str = Field(description="The other description.")
25
26
27class MyTool(BaseTool[MyArgs, MyResult]):

Callers 5

runMethod · 0.70
runMethod · 0.70
my_functionFunction · 0.70
my_function1Function · 0.70
my_function2Function · 0.70

Calls

no outgoing calls

Tested by 5

runMethod · 0.56
runMethod · 0.56
my_functionFunction · 0.56
my_function1Function · 0.56
my_function2Function · 0.56