Commit 6899887
Changed files (1)
src
ai
texts
src/ai/texts/openai_response.py
@@ -151,6 +151,7 @@ async def single_api_response(
is_reasoning = False
async for chunk in await openai.responses.create(**params):
resp = trim_none(chunk.model_dump())
+ logger.trace(resp)
error = await parse_error(resp, retry, max_retries, status_msg)
if error["retry"]:
return await single_api_response(