pub fn format_extraction_results(
results: &[SearchResult],
format: &str,
original_input: Option<&str>,
system_prompt: Option<&str>,
user_instructions: Option<&str>,
) -> Result<String>Expand description
Format the extraction results in the specified format and return as a string
ยงArguments
results- The search results to formatformat- The output format (terminal, markdown, plain, json, or color)system_prompt- Optional system prompt for LLM modelsuser_instructions- Optional user instructions for LLM models