Skip to content

Commit 5d28182

Browse files
updating ID length in response_helper
1 parent 434c4a0 commit 5d28182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nat/front_ends/fastapi/response_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ async def generate_responses_api_streaming(
232232

233233
_logger = logging.getLogger(__name__)
234234

235-
response_id = f"resp_{uuid_module.uuid4().hex}{uuid_module.uuid4().hex}"[:50]
235+
response_id = f"resp_{uuid_module.uuid4().hex}{uuid_module.uuid4().hex}"[:55]
236236
message_id = f"msg_{uuid_module.uuid4().hex[:24]}"
237237
output_index = 0
238238
content_index = 0

0 commit comments

Comments
 (0)