.Net: Add Reasoning Model Integration tests (#100)

* Add reasoning integration tests

* Adding Reasoning Model config
This commit is contained in:
Roger Barreto
2025-06-25 20:50:29 +01:00
committed by GitHub
Unverified
parent e7b559fa62
commit 06a690685f
8 changed files with 158 additions and 119 deletions
@@ -11,5 +11,7 @@ internal sealed class OpenAIConfiguration
public string ChatModelId { get; set; }
public string ChatReasoningModelId { get; set; }
public string ApiKey { get; set; }
}