Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
class
MyResult(BaseModel):
24
result: str = Field(description=
"The other description."
)
25
26
27
class
MyTool(BaseTool[MyArgs, MyResult]):
Callers
5
run
Method · 0.70
run
Method · 0.70
my_function
Function · 0.70
my_function1
Function · 0.70
my_function2
Function · 0.70
Calls
no outgoing calls
Tested by
5
run
Method · 0.56
run
Method · 0.56
my_function
Function · 0.56
my_function1
Function · 0.56
my_function2
Function · 0.56