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:
Andrew Phillips
2025-09-02 19:03:19 -03:00
parent a93b5e052a
commit 672404402c

View File

@@ -265,14 +265,6 @@ async fn handle_as_meta_response_with_metadata(
// Get the content as text
match item_service.get_item_content_info(
item_id,
None,
None,
None,
None,
None,
None,
None,
None,
None
).await {
Ok((content, _, _)) => {