Skip to content

Conversation

@christothes
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@jsquire jsquire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got a PR out to move the repository configuration and package management to a centralized version, which would remove a lot of the redundancies that you needed in the project files and such.

@christothes christothes marked this pull request as ready for review January 22, 2026 20:44
@@ -0,0 +1,7 @@
using System.ClientModel.Primitives;

namespace OpenAI;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we not have any types in the root namespace in responses dll?

@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof(OpenAI.OpenAIClientOptions))]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a responses specific client options. we dont want to type forward.

@@ -0,0 +1,100 @@
<Project Sdk="Microsoft.NET.Sdk">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this new assembly if we create responses specific client options?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are more shared helper types than just the options.

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