MCPcopy
hub / github.com/mudler/LocalAI / writeChat

Function writeChat

core/cli/chat/terminal.go:90–93  ·  view source on GitHub ↗
(out io.Writer, format string, args ...any)

Source from the content-addressed store, hash-verified

88}
89
90func writeChat(out io.Writer, format string, args ...any) error {
91 _, err := fmt.Fprintf(out, format, args...)
92 return err
93}

Callers 2

runTerminalChatFunction · 0.85
printChatModelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected