We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3154a78 commit 4a7aef9Copy full SHA for 4a7aef9
src/openai/types/responses/response_output_text.py
@@ -26,7 +26,7 @@ class AnnotationFileCitation(BaseModel):
26
"""The filename of the file cited."""
27
28
index: int
29
- """The index of the file in the list of files."""
+ """The index at which to insert the file path annotation in the message text (zero-based character index)."""
30
31
type: Literal["file_citation"]
32
"""The type of the file citation. Always `file_citation`."""
0 commit comments