def f_ipo(self, prompt_universal, options_list_config): # Format Initial Prompt Options return self.clr( tt="UIR_PO_M", # User Interaction Request - Present Options pu=prompt_universal, # This 'pu' is passed to clr, which is fine ctd={"opts": options_list_config, "it": "opt_sel"}, # it: input_type eid="JSON LLM:{'s':'USR_CMD_M','c':<val>}", # Example Input Data ch=f"{self.get_engine_class_name()}.k_pirc(llr)" # k_process_initial_response_command )