-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
area: architectureThis item is related to general architecture of the OpenAI client library.This item is related to general architecture of the OpenAI client library.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the feature or improvement you are requesting
Today UserAgentApplicationId imposes a strict character limit of 24 characters, this limits the ability for our service to send client sent user agents appended to the service's own user agent and this in turn limits the ability to properly categorize token consumption at Azure OpenAI inferencing logs.
Having no character limit would be great or a big buffer for Azure services will unblock.
Character Limit Validation: https://github.com/openai/openai-dotnet/blob/main/src/Custom/Internal/TelemetryDetails.cs#L41
Additional context
No response
Metadata
Metadata
Assignees
Labels
area: architectureThis item is related to general architecture of the OpenAI client library.This item is related to general architecture of the OpenAI client library.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.