Commit d06267a
committed
docs(google-vertex): clarify auth gate, onboarding, and test contracts
Add inline comments at the three locations flagged by review:
- env-api-keys.ts: explain the intentionally permissive auth gate and
where invalid setups fail (request time, not gate time)
- provider-contract-api.ts: document that onboarding writes are additive
and reruns preserve existing models
- model-auth.profiles.test.ts: explain why the missing-explicit-path
rejection test still passes with env-vars-with-marker evidence1 parent cd744a2 commit d06267a
3 files changed
Lines changed: 11 additions & 0 deletions
File tree
- extensions/google
- src
- agents
- llm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1460 | 1464 | | |
1461 | 1465 | | |
1462 | 1466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| |||
0 commit comments