Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make /stream/{resume_token}/chunk respect with_history param of the initial token generating query #14

Open
simeonreusch opened this issue Jun 2, 2023 · 0 comments

Comments

@simeonreusch
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant