MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createAwaySummaryMessage

Function createAwaySummaryMessage

src/utils/messages.ts:4447–4458  ·  view source on GitHub ↗
(
  content: string,
)

Source from the content-addressed store, hash-verified

4445}
4446
4447export function createAwaySummaryMessage(
4448 content: string,
4449): SystemAwaySummaryMessage {
4450 return {
4451 type: 'system',
4452 subtype: 'away_summary',
4453 content,
4454 timestamp: new Date().toISOString(),
4455 uuid: randomUUID(),
4456 isMeta: false,
4457 }
4458}
4459
4460export function createMemorySavedMessage(
4461 writtenPaths: string[],

Callers 1

generateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected