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 87ca5d5 commit ce5e78aCopy full SHA for ce5e78a
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 at which to insert the file path annotation in the message text (zero-based character index)."""
+ """The index at which to insert the file citation 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