async fn process_block_chunk(
chunk: &str,
system_message: &APIInputMessage,
app_config: &ApplicationConfiguration,
task_lm: &TaskLMSpec,
) -> ChatbotResult<String>Expand description
Process a subset of blocks in a single LLM request