mirror of
				https://github.com/freeedcom/ai-codereviewer.git
				synced 2025-11-04 08:00:52 +00:00 
			
		
		
		
	return empty array for parsing
This commit is contained in:
		
					parent
					
						
							
								626621db03
							
						
					
				
			
			
				commit
				
					
						bcec1128c8
					
				
			
		
					 3 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -130,7 +130,7 @@ async function getAIResponse(prompt: string): Promise<Array<{
 | 
			
		|||
      ],
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    const res = response.data.choices[0].message?.content?.trim() || "";
 | 
			
		||||
    const res = response.data.choices[0].message?.content?.trim() || "[]";
 | 
			
		||||
    return JSON.parse(res);
 | 
			
		||||
  } catch (error) {
 | 
			
		||||
    console.error("Error:", error);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue