MCPcopy Create free account
hub / github.com/arctic-cli/interface / message

Function message

packages/arctic/src/session/processor.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45 const result = {
46 get message() {
47 return input.assistantMessage
48 },
49 partFromToolCall(toolCallID: string) {
50 return toolcalls[toolCallID]
51 },

Callers 4

SessionTurnFunction · 0.50
durationFunction · 0.50
retryTextFunction · 0.50
DialogMessageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected