MCPcopy
hub / github.com/fishaudio/fish-speech / append

Method append

fish_speech/conversation.py:241–242  ·  view source on GitHub ↗
(self: "Conversation", message: Message)

Source from the content-addressed store, hash-verified

239 print()
240
241 def append(self: "Conversation", message: Message):
242 self.messages.append(message)
243
244
245if __name__ == "__main__":

Callers 15

get_historyMethod · 0.80
append_to_chat_ctxFunction · 0.80
streamMethod · 0.80
smoothFunction · 0.80
analyze_one_modelFunction · 0.80
task_generator_folderFunction · 0.80
task_generator_filelistFunction · 0.80
run_taskFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
process_batchFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected