mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 02:40:20 +00:00 
			
		
		
		
	Fixed spelling
This commit is contained in:
		
							parent
							
								
									9c446c54ec
								
							
						
					
					
						commit
						68703270ff
					
				@ -10,7 +10,7 @@ namespace AIStudio.Tools;
 | 
				
			|||||||
public interface IConfidence
 | 
					public interface IConfidence
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// How confident the AI in this task or decision?
 | 
					    /// How confident is the AI in this task or decision?
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public float Confidence { get; init; }
 | 
					    public float Confidence { get; init; }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user