Feature Request
Summary:
Add an optional labels property to LiveConnectConfig with the following type:
labels?: Record<string, string>
This property should allow users to provide labels with user-defined metadata to break down billed charges, similar to what is available in GenerateContentConfig.
Details:
- Location: Defined in
src/types.ts (see line around 2801 for reference)
- Purpose: Enable metadata labeling for billing and charge break-down within LiveConnect operations, mirroring the behavior available in GenerateContentConfig.
Why:
- This addition will allow better traceability and flexibility for clients using LiveConnectConfig.
References:
- See how
labels is implemented in GenerateContentConfig for structure and typing.
Feature Request
Summary:
Add an optional
labelsproperty toLiveConnectConfigwith the following type:This property should allow users to provide labels with user-defined metadata to break down billed charges, similar to what is available in
GenerateContentConfig.Details:
src/types.ts(see line around 2801 for reference)Why:
References:
labelsis implemented in GenerateContentConfig for structure and typing.