Open
Description
Describe the bug
unbranded generated code: joseharriaga/openai-in-typespec@25c0126
tsp source: https://github.com/joseharriaga/openai-in-typespec/blob/610b77e85f60de6f7a1dfc7276e69fecddbc09ad/.typespec/fine-tuning/models.tsp#L328-L329
base model: https://github.com/joseharriaga/openai-in-typespec/blob/610b77e85f60de6f7a1dfc7276e69fecddbc09ad/.typespec/chat/models.tsp#L634
Current thought:
- This property should be package-private, since all models are in the same package(no models-sub-packages configuration)
- Access through getter?
Reproduction
see above
Checklist
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.