if response_mode == ACCUMULATE: I can use refine_templat on responses array, to compose a new answer base on results? If Yes, using refine_templat will trigger a new call to LLM if I understand correctly ?
so using ACCUMULATE I can only take responses and perform another query to LLM with new instructions, or there is another way to process all responses to a new result ?