Skip to content

Commit 4a7aef9

Browse files
committed
Clarify index docstring for AnnotationFilePath and AnnotationFileCitation
1 parent 3154a78 commit 4a7aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/types/responses/response_output_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AnnotationFileCitation(BaseModel):
2626
"""The filename of the file cited."""
2727

2828
index: int
29-
"""The index of the file in the list of files."""
29+
"""The index at which to insert the file path annotation in the message text (zero-based character index)."""
3030

3131
type: Literal["file_citation"]
3232
"""The type of the file citation. Always `file_citation`."""

0 commit comments

Comments
 (0)