async fn process_chunks(
chunks: &[String],
system_message: &APIMessage,
app_config: &ApplicationConfiguration,
) -> Result<String>Expand description
Process all chunks and combine the results
async fn process_chunks(
chunks: &[String],
system_message: &APIMessage,
app_config: &ApplicationConfiguration,
) -> Result<String>Process all chunks and combine the results