You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/OpenAI.net8.0.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5066,8 +5066,9 @@ public class CustomMcpToolCallApprovalPolicy : IJsonModel<CustomMcpToolCallAppro
5066
5066
}
5067
5067
[Experimental("OPENAI001")]
5068
5068
public class FileCitationMessageAnnotation : ResponseMessageAnnotation, IJsonModel<FileCitationMessageAnnotation>, IPersistableModel<FileCitationMessageAnnotation> {
5069
-
public FileCitationMessageAnnotation(string fileId, int index);
5069
+
public FileCitationMessageAnnotation(string fileId, int index, string filename);
0 commit comments