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

fix: Distinguish AIConfig from DefaultAIConfig #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

keelerm84
Copy link
Member

Consumers of this SDK are responsible for providing some default value
to the config method. If that type is of AIConfig, customers have
the option of providing a tracker instance that will never be useful.

To help discourage this, we are making two separate types -- one to
represent the default ai config, and one to represent the actual
selected config.

Consumers of this SDK are responsible for providing some default value
to the `config` method. If that type is of `AIConfig`, customers have
the option of providing a tracker instance that will never be useful.

To help discourage this, we are making two separate types -- one to
represent the default ai config, and one to represent the actual
selected config.
@keelerm84 keelerm84 requested a review from a team as a code owner November 26, 2024 21:01
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.

1 participant