Skip to content

Commit 8a56aa2

Browse files
committed
Missing member handling removed
- This will cause missing members not to throw error, however potential errors will not project themselves in error messages
1 parent 9c3912a commit 8a56aa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/OpenAIApi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public OpenAIApi(string apiKey = null, string organization = null)
5454
{
5555
NamingStrategy = new CustomNamingStrategy()
5656
},
57-
MissingMemberHandling = MissingMemberHandling.Error,
5857
Culture = CultureInfo.InvariantCulture
5958
};
6059

0 commit comments

Comments
 (0)