Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
245
if
__name__ ==
"__main__"
:
Callers
15
get_history
Method · 0.80
append_to_chat_ctx
Function · 0.80
stream
Method · 0.80
smooth
Function · 0.80
analyze_one_model
Function · 0.80
task_generator_folder
Function · 0.80
task_generator_filelist
Function · 0.80
run_task
Function · 0.80
main
Function · 0.80
main
Function · 0.80
process_batch
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected