MCPcopy Create free account
hub / github.com/microsoft/TypeChat / ChangeVolumeActionParameters

Class ChangeVolumeActionParameters

python/examples/music/schema.py:138–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138class ChangeVolumeActionParameters(TypedDict):
139 volumeChangePercentage: Annotated[int, "volume change percentage"]
140
141
142class ChangeVolumeAction(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…