Skip to content

Commit 87ca5d5

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

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
@@ -74,7 +74,7 @@ class AnnotationFilePath(BaseModel):
7474
"""The ID of the file."""
7575

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

7979
type: Literal["file_path"]
8080
"""The type of the file path. Always `file_path`."""

0 commit comments

Comments
 (0)