We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da2dd4 commit 5624135Copy full SHA for 5624135
packages/agent-runtime/src/constants.ts
@@ -8,4 +8,4 @@ export const globalStopSequence = `${JSON.stringify(endsAgentStepParam)}`
8
* bun scripts/compare-cache-debug.ts
9
* to diff sequential requests and find what's breaking prompt caching.
10
*/
11
-export const CACHE_DEBUG_FULL_LOGGING = true
+export const CACHE_DEBUG_FULL_LOGGING = false
0 commit comments