Skip to content

Commit

Permalink
add review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Max de Bayser <[email protected]>
  • Loading branch information
maxdebayser committed Nov 4, 2024
1 parent 5e48a8a commit 74b7438
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def extract_tool_calls_streaming(
elif prev_arguments:
prev_args_json = json.dumps(prev_arguments)
if cur_args_json != prev_args_json:

prefix = find_common_prefix(
prev_args_json, cur_args_json)
argument_diff = prefix[sent:]
Expand Down

0 comments on commit 74b7438

Please sign in to comment.