MCPcopy Index your code
hub / github.com/coder/coder / newChatExternalAgentUnavailableError

Function newChatExternalAgentUnavailableError

coderd/x/chatd/chatd.go:204–208  ·  view source on GitHub ↗
(agent database.WorkspaceAgent)

Source from the content-addressed store, hash-verified

202}
203
204func newChatExternalAgentUnavailableError(agent database.WorkspaceAgent) error {
205 return chatExternalAgentUnavailableError{
206 message: chattool.ExternalAgentUnavailableMessage(agent),
207 }
208}
209
210// Server handles background processing of pending chats.
211type Server struct {

Callers 2

externalAgentErrorMethod · 0.85

Calls 1

Tested by

no test coverage detected