Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
type
Conversation
interface
{
86
Messages() []ConversationMessage
87
Send(...MessagePart) error
88
Start(context.Context)
89
Status() ConversationStatus
90
Text() string
Callers
5
sendAndAdvance
Function · 0.65
TestMessages
Function · 0.65
TestSendRejectsWhenInitialPromptNotReady
Function · 0.65
createMessage
Method · 0.65
runAttach
Function · 0.65
Implementers
2
PTYConversation
lib/screentracker/pty_conversation.go
ACPConversation
x/acpio/acp_conversation.go
Calls
no outgoing calls
Tested by
3
sendAndAdvance
Function · 0.52
TestMessages
Function · 0.52
TestSendRejectsWhenInitialPromptNotReady
Function · 0.52