| 
					
				 | 
			
			
				@@ -643,7 +643,7 @@ Chat applications support session persistence, allowing previous chat history to 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ### Response 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - `data` (array[object]) List of conversations 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - `id` (string) Conversation ID 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      - `name` (string) Conversation name, by default, is a snippet of the first question asked by the user in the conversation. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - `name` (string) Conversation name, by default, is generated by LLM. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - `inputs` (array[object]) User input parameters. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - `introduction` (string) Introduction 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - `created_at` (timestamp) Creation timestamp, e.g., 1705395332 
			 |