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,
|
tail_lines,
|
||||||
line_start,
|
line_start,
|
||||||
line_end,
|
line_end,
|
||||||
grep
|
grep,
|
||||||
|
None
|
||||||
).map(|(reader, _, _)| reader)
|
).map(|(reader, _, _)| reader)
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
@@ -349,7 +350,8 @@ impl AsyncItemService {
|
|||||||
tail_lines,
|
tail_lines,
|
||||||
line_start,
|
line_start,
|
||||||
line_end,
|
line_end,
|
||||||
grep
|
grep,
|
||||||
|
None
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
|
|||||||
Reference in New Issue
Block a user