MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTaskCompletedHookMessage

Function getTaskCompletedHookMessage

src/utils/hooks.ts:1929–1933  ·  view source on GitHub ↗
(
  blockingError: HookBlockingError,
)

Source from the content-addressed store, hash-verified

1927 * @returns Formatted message to give feedback to the model
1928 */
1929export function getTaskCompletedHookMessage(
1930 blockingError: HookBlockingError,
1931): string {
1932 return `TaskCompleted hook feedback:\n${blockingError.blockingError}`
1933}
1934
1935/**
1936 * Format a list of blocking errors from a UserPromptSubmit hook's configured commands.

Callers 2

callFunction · 0.85
handleStopHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected