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

Method SetOnChunk

x/acpio/acp_conversation.go:23–23  ·  view source on GitHub ↗
(fn func(chunk string))

Source from the content-addressed store, hash-verified

21type ChunkableAgentIO interface {
22 st.AgentIO
23 SetOnChunk(fn func(chunk string))
24}
25
26// ACPConversation tracks conversations with ACP-based agents.

Implementers 2

mockAgentIOx/acpio/acp_conversation_test.go
ACPAgentIOx/acpio/acpio.go

Calls

no outgoing calls