• Preparing search index...
  • The search index is not available
Agent Play API
  • Agent Play API
  • sdk/src
  • agentPlayDebug

Function agentPlayDebug

  • agentPlayDebug(scope, message, detail?): void
  • Emits console.debug when isAgentPlayDebugEnabled is true.

    Parameters

    • scope: string

      Short label (e.g. "langchain").

    • message: string

      Human-readable message.

    • Optionaldetail: unknown

      Optional object serialized by the internal truncation helper (see source).

    Returns void

    Remarks

    Callers: langchainRegistration and other SDK modules. Callees: isAgentPlayDebugEnabled and the internal serializer.

    • Defined in packages/sdk/src/lib/agent-play-debug.ts:87

Settings

Member Visibility
Agent Play API
  • Loading...

Generated using TypeDoc