Skip to content

Cleanup runtime config #646

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

Merged
merged 1 commit into from
May 2, 2023
Merged

Cleanup runtime config #646

merged 1 commit into from
May 2, 2023

Conversation

calavera
Copy link
Contributor

@calavera calavera commented May 2, 2023

These are a few small changes, mostly cosmetic, on the Runtime. I'm trying to reduce the data we pass in function signatures to make it easier if in the future we want to abstract some kind of trait.

  • Move Config data into the Runtime struct
  • Make runtime methods private
  • Implement IntoRequest for EventCompletionStreamingRequest

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

- Move Config data into the Runtime struct
- Make runtime methods private
- Implement IntoRequest for EventCompletionStreamingRequest

Signed-off-by: David Calavera <david.calavera@gmail.com>
@calavera calavera merged commit e18d366 into main May 2, 2023
@calavera calavera deleted the move_runtime_config branch May 2, 2023 15:50
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

Successfully merging this pull request may close these issues.

2 participants