We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4a07e commit 85c4e54Copy full SHA for 85c4e54
2 files changed
src/openai/types/responses/response_text_delta_event.py
@@ -45,7 +45,7 @@ class ResponseTextDeltaEvent(BaseModel):
45
"""The text delta that was added."""
46
47
item_id: str
48
- logprobs: List[Logprob]
+ """The ID of the output item that the text delta was added to."""
49
50
logprobs: Optional[List[Logprob]] = None
51
"""The log probabilities of the tokens in the delta."""
src/openai/types/responses/response_text_done_event.py
@@ -42,7 +42,7 @@ class ResponseTextDoneEvent(BaseModel):
42
"""The index of the content part that the text content is finalized."""
43
44
+ """The ID of the output item that the text content is finalized."""
0 commit comments