Saltar al contenido principal

Variable: PLUGIN_RUNTIME_LOG_BATCH_MAX_BYTES

const PLUGIN_RUNTIME_LOG_BATCH_MAX_BYTES: number

Defined in: packages/contracts/src/pluginRuntime.ts:68

§9.1.1 batched console channel: one batch of plugin log records travelling host-ward as a LOG_BATCH frame. The worker is the single encode point (bounded JSON payload, decoded exactly once by the host; the runtime forwards it opaque — §15.1). payloadBytes carries the worker-encoded PluginRuntimeLogBatchPayload JSON.