MCPcopy Create free account
hub / github.com/coder/agentapi / Send

Method Send

lib/screentracker/conversation.go:87–87  ·  view source on GitHub ↗
(...MessagePart)

Source from the content-addressed store, hash-verified

85type Conversation interface {
86 Messages() []ConversationMessage
87 Send(...MessagePart) error
88 Start(context.Context)
89 Status() ConversationStatus
90 Text() string

Callers 5

sendAndAdvanceFunction · 0.65
TestMessagesFunction · 0.65
createMessageMethod · 0.65
runAttachFunction · 0.65

Implementers 2

PTYConversationlib/screentracker/pty_conversation.go
ACPConversationx/acpio/acp_conversation.go

Calls

no outgoing calls

Tested by 3

sendAndAdvanceFunction · 0.52
TestMessagesFunction · 0.52