Commit 2f6bb31
committed
CCR 1
Address Copilot review feedback on the agent orchestrations PR (SDK side):
- Document the restricted structured-output schema subset at the contract
boundary on OrchestrationJsonSchema: only a conservative keyword set is
honored (type/required/enum/const/properties/items/anyOf/oneOf/allOf);
unsupported constraints (pattern, minLength, format, additionalProperties,
numeric ranges, boolean schemas) are ignored, and oneOf is treated like
anyOf. It is a best-effort accept-or-retry guard, not full JSON Schema.
- Regenerate rpc.ts from the updated runtime contract, dropping the removed
orchestration.runNested method and OrchestrationRunNestedRequest (nesting
is forbidden; the context-level rejection is covered by orchestration.test.ts).1 parent e290d1b commit 2f6bb31
2 files changed
Lines changed: 14 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| |||
0 commit comments