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

Method Stop

x/acpio/acp_conversation.go:177–179  ·  view source on GitHub ↗

Stop cancels any in-progress operations.

()

Source from the content-addressed store, hash-verified

175
176// Stop cancels any in-progress operations.
177func (c *ACPConversation) Stop() {
178 c.cancel()
179}
180
181// Text returns the current streaming response text.
182func (c *ACPConversation) Text() string {

Callers 1

executePromptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected