refactor: Remove individual content filtering options from API
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -265,14 +265,6 @@ async fn handle_as_meta_response_with_metadata(
|
|||||||
// Get the content as text
|
// Get the content as text
|
||||||
match item_service.get_item_content_info(
|
match item_service.get_item_content_info(
|
||||||
item_id,
|
item_id,
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None
|
None
|
||||||
).await {
|
).await {
|
||||||
Ok((content, _, _)) => {
|
Ok((content, _, _)) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user