MCPcopy Create free account
hub / github.com/AmberSahdev/Open-Interface / play_ding_on_completion

Method play_ding_on_completion

app/core.py:90–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return self.execute(user_request, step_num + 1)
89
90 def play_ding_on_completion(self):
91 # Play ding sound to signal completion
92 if self.settings_dict.get('play_ding_on_completion'):
93 print('\a')
94
95 def cleanup(self):
96 self.llm.cleanup()

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected