Skip to content

Commit 1411866

Browse files
for now removing model property from responses
1 parent 713e89e commit 1411866

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Custom/Responses/OpenAIResponseClient.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ protected internal OpenAIResponseClient(ClientPipeline pipeline, string model, O
9393
_endpoint = OpenAIClient.GetEndpoint(options);
9494
}
9595

96-
/// <summary>
97-
/// Gets the name of the model used in requests sent to the service.
98-
/// </summary>
99-
public string Model => _model;
100-
10196
public virtual async Task<ClientResult<OpenAIResponse>> CreateResponseAsync(IEnumerable<ResponseItem> inputItems, ResponseCreationOptions options = null, CancellationToken cancellationToken = default)
10297
{
10398
Argument.AssertNotNullOrEmpty(inputItems, nameof(inputItems));

0 commit comments

Comments
 (0)