fix: Add context_bytes_len parameter to get_item_content_info_streaming
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -241,7 +241,8 @@ impl AsyncItemService {
|
||||
tail_lines,
|
||||
line_start,
|
||||
line_end,
|
||||
grep
|
||||
grep,
|
||||
None
|
||||
).map(|(reader, _, _)| reader)
|
||||
})
|
||||
.await
|
||||
@@ -349,7 +350,8 @@ impl AsyncItemService {
|
||||
tail_lines,
|
||||
line_start,
|
||||
line_end,
|
||||
grep
|
||||
grep,
|
||||
None
|
||||
)
|
||||
})
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user