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

Class ChangeVolumeAction

python/examples/music/schema.py:142–148  ·  view source on GitHub ↗

change volume plus or minus a specified percentage

Source from the content-addressed store, hash-verified

140
141
142class ChangeVolumeAction(TypedDict):
143 """
144 change volume plus or minus a specified percentage
145 """
146
147 actionName: Literal["changeVolume"]
148 parameters: ChangeVolumeActionParameters
149
150
151class SearchTracksActionParameters(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…