Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/TypeChat
/ add
Method
add
python/examples/math/schemaV2.py:10–14 ·
view source on GitHub ↗
Add two numbers
(self, x: float, y: float)
Source
from the content-addressed store, hash-verified
8
""
"
9
10
def
add(self, x: float, y: float) -> float:
11
""
"
12
Add two numbers
13
""
"
14
...
15
16
def
sub(self, x: float, y: float) -> float:
17
""
"
Callers
5
parseArgs
Function · 0.80
groupAlerts
Function · 0.80
getResolvedVersions
Function · 0.80
declare_type
Function · 0.80
ts_type_to_str
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected