We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434c4a0 commit 5d28182Copy full SHA for 5d28182
1 file changed
src/nat/front_ends/fastapi/response_helpers.py
@@ -232,7 +232,7 @@ async def generate_responses_api_streaming(
232
233
_logger = logging.getLogger(__name__)
234
235
- response_id = f"resp_{uuid_module.uuid4().hex}{uuid_module.uuid4().hex}"[:50]
+ response_id = f"resp_{uuid_module.uuid4().hex}{uuid_module.uuid4().hex}"[:55]
236
message_id = f"msg_{uuid_module.uuid4().hex[:24]}"
237
output_index = 0
238
content_index = 0
0 commit comments