MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / AppendMessage

Method AppendMessage

internal/cli/flags.go:549–551  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

547}
548
549func (o *Flags) AppendMessage(message string) {
550 o.Message = AppendMessage(o.Message, message)
551}
552
553func (o *Flags) IsChatRequest() (ret bool) {
554 ret = o.Message != "" || len(o.Attachments) > 0 || o.Context != "" || o.Session != "" || o.Pattern != ""

Callers 1

handleChatProcessingFunction · 0.80

Calls 1

AppendMessageFunction · 0.85

Tested by

no test coverage detected