Skip to content

users/hallipr/workflow#2

Closed
hallipr wants to merge 12 commits intomainfrom
users/hallipr/workflow
Closed

users/hallipr/workflow#2
hallipr wants to merge 12 commits intomainfrom
users/hallipr/workflow

Conversation

@hallipr
Copy link
Copy Markdown
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