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

Function print_tracks

python/examples/music/client.py:142–146  ·  view source on GitHub ↗
(tracks: list[SimplifiedTrackInfo])

Source from the content-addressed store, hash-verified

140
141
142def print_tracks(tracks: list[SimplifiedTrackInfo]):
143 for track in tracks:
144 print(f" {track.name}")
145 print(f" Artists: {', '.join(track.artistNames)}")
146 print(f" Album: {track.albumName}")
147
148
149def update_track_list_and_print(tracks: list[SimplifiedTrackInfo], context: ClientContext):

Callers 2

handle_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…