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

Function getTaskCreatedHookMessage

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

Source from the content-addressed store, hash-verified

1916 * @returns Formatted message to give feedback to the model
1917 */
1918export function getTaskCreatedHookMessage(
1919 blockingError: HookBlockingError,
1920): string {
1921 return `TaskCreated hook feedback:\n${blockingError.blockingError}`
1922}
1923
1924/**
1925 * Format a blocking error from a TaskCompleted hook.

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected