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 4a7aef9 commit 87ca5d5Copy full SHA for 87ca5d5
src/openai/types/responses/response_output_text.py
@@ -74,7 +74,7 @@ class AnnotationFilePath(BaseModel):
74
"""The ID of the file."""
75
76
index: int
77
- """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)."""
78
79
type: Literal["file_path"]
80
"""The type of the file path. Always `file_path`."""
0 commit comments