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

users/hallipr/workflow #2

Closed
wants to merge 12 commits into from
Closed

users/hallipr/workflow #2

wants to merge 12 commits into from

Conversation

hallipr
Copy link
Owner

@hallipr hallipr commented Mar 15, 2024

joseharriaga and others added 10 commits March 11, 2024 16:29
Implement support for image edits and variations as convenience methods that do multipart/form-data.
Making sure that the README is up-to-date with the latest samples.
Due to our codegen workarounds, we cannot have a method with the following signature in the custom public `OpenAIClient` class:

```csharp
public FineTuningClient GetFineTuningClient()
```

This is because we need codegen to generate a different method that happens to have this same signature in the generated internal `OpenAIClient` class. Because making the generated `OpenAIClient` class internal is part of post-codegen processing, codegen has no way to know that these two are not the same class, so it skips generating the method thinking it has been customized instead. 

For now, we rename the `FineTuningClient` to `FineTuningManagementClient` to avoid this conflict. We will be able to fix it once we have codegen customizations available.
* Add workflow actions for build, pack and test
* Add strong name key
* Add update-client script
* Add assembly strong naming to Directory.Build.props
* Use dev nuget feed
…harriaga#19)

* Add version properties
* Rename workflow to Build and Test
* Remove validation job from workflow
* Move empty string to false result in ternary
@hallipr hallipr force-pushed the users/hallipr/workflow branch from f13210c to 96d114b Compare March 15, 2024 19:58
@hallipr hallipr force-pushed the users/hallipr/workflow branch 4 times, most recently from 94e0552 to 25343df Compare March 15, 2024 20:15
@hallipr hallipr force-pushed the users/hallipr/workflow branch from 25343df to 4529252 Compare March 15, 2024 20:15
@hallipr hallipr closed this Mar 15, 2024
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.

3 participants