Skip to content

Commit 09e4566

Browse files
committed
chore: fix
1 parent a99a984 commit 09e4566

3 files changed

Lines changed: 653 additions & 653 deletions

File tree

api/spec/packages/aip/src/governance/governance.tsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ model GovernanceQueryRequestFeatures {
4343
model GovernanceQueryRequest {
4444
/**
4545
* Whether to include credit balance availability for each resolved customer. When
46-
* true, each result entry includes `has_available_credits`.
46+
* true, each feature evaluation includes credit balance checks.
4747
*
4848
* Defaults to `false`.
4949
*/
@@ -114,8 +114,8 @@ model GovernanceQueryResult {
114114
/**
115115
* Map of features with their access status.
116116
*
117-
* Map keys are the feature keys requested in `filters.features.keys`, or every
118-
* feature `key` available in the organization when the feature filter was omitted.
117+
* Map keys are the feature keys requested in `feature.keys`, or every feature
118+
* `key` available in the organization when the feature filter was omitted.
119119
*/
120120
@visibility(Lifecycle.Read)
121121
@summary("Features")

0 commit comments

Comments
 (0)