You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, when implicitly creating a stream by issuing a query, subsequent calls to /stream/{resume_token}/chunk ignore the with_history setting of the initial query. One can enforce no history by adding parameters={"with_history": "false"}; but that seems counterintuitiv and is not documented.
Desired behavior: /stream/{resume_token}/chunk automatically respects the history settings of the initial query.
The text was updated successfully, but these errors were encountered:
At the moment, when implicitly creating a stream by issuing a query, subsequent calls to
/stream/{resume_token}/chunk
ignore thewith_history
setting of the initial query. One can enforce no history by addingparameters={"with_history": "false"}
; but that seems counterintuitiv and is not documented.Desired behavior:
/stream/{resume_token}/chunk
automatically respects the history settings of the initial query.The text was updated successfully, but these errors were encountered: