thinking sanitization

This commit is contained in:
Badri Narayanan S
2025-12-19 22:41:01 +05:30
parent da48b9898b
commit f625377bdf
2 changed files with 28 additions and 14 deletions

View File

@@ -188,11 +188,6 @@ function buildCloudCodeRequest(anthropicRequest, projectId) {
requestId: 'agent-' + crypto.randomUUID()
};
// Debug: log if tools are present
if (googleRequest.tools) {
console.log('[CloudCode] Tools in request:', JSON.stringify(googleRequest.tools).substring(0, 500));
}
return payload;
}