Skip to content

Commit bc9227c

Browse files
pskiran1yinggeh
andauthored
Update python/openai/openai_frontend/engine/utils/tool_call_parsers/utils.py
Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com>
1 parent a98e846 commit bc9227c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/openai/openai_frontend/engine/utils/tool_call_parsers

python/openai/openai_frontend/engine/utils/tool_call_parsers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# streaming tool-call parser processes per request.
4040
# Since the parser re-parses the entire buffer with each new chunk,
4141
# this limit helps bound per-request CPU and memory usage.
42-
DEFAULT_MAX_TOOL_CALL_PARSE_BYTES: int = 16 * 1024
42+
DEFAULT_MAX_TOOL_CALL_PARSE_BYTES: int = 16 * 1024 # 16 KiB
4343

4444

4545
# partial_json_parser doesn't support extra data and

0 commit comments

Comments
 (0)