Skip to content

Commit 1a88c9e

Browse files
johnyrahulclaude
andcommitted
chore: add debug logging for whisper_hash in whisper_detail
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f549c4e commit 1a88c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unstract/llmwhisperer/client_v2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ def whisper_detail(self, whisper_hash: str) -> Any:
349349
url = f"{self.base_url}/whisper-detail"
350350
params = {"whisper_hash": whisper_hash}
351351
self.logger.debug("url: %s", url)
352+
self.logger.debug("whisper_hash: %s", whisper_hash)
353+
352354
req = requests.Request("GET", url, headers=self.headers, params=params)
353355
prepared = req.prepare()
354356
response = self._send_request(prepared)

0 commit comments

Comments
 (0)