Skip to content

Commit ce5e78a

Browse files
committed
Clarify index docstring for AnnotationFilePath and AnnotationFileCitation
1 parent 87ca5d5 commit ce5e78a

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 at which to insert the file path annotation in the message text (zero-based character index)."""
29+
"""The index at which to insert the file citation 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)