Tony M

Results 2 issues of Tony M

Awesome project! Was playing around with the tool and hit a wall, since I only have access to Azure's OpenAI... **Describe the bug** `PromptRunner` does not support `AzureChatOpenAI` as an...

bug

Version: 17.1.0 Noticed the following when it comes to the types; current `MatchResults` interface only contains the following: ``` export interface MatchResult { succeeded(): boolean; failed(): boolean; message?: string; shortMessage?:...