Skip to content

Commit af0b610

Browse files
committed
log request in or for debugging
1 parent 5d04954 commit af0b610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asimov/services/inference_clients.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,8 @@ def wrap_tool_schema(tool):
12551255

12561256
request = request.__dict__
12571257

1258+
print(request)
1259+
12581260
async with httpx.AsyncClient() as client:
12591261
async with client.stream(
12601262
"POST",

0 commit comments

Comments
 (0)