Commit 7bc95c0
Rebase regen baseline: regenerate all languages from current runtime schema
Regenerate generated RPC/session-event code for ts/csharp/python/go/rust
from the current runtime contract schema (runtime main + llm inference
callbacks). The opaque-json fields (e.g. SQLite bind params) are now typed
as `unknown` since the Rust contract emitter drops the `type` annotation
on `x-opaque-json` fields.
Update normalizeSqliteParams to accept the opaque `unknown`-valued param
map and validate each value at runtime (string/number/null), narrowing
safely at the boundary instead of casting.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 92a829b commit 7bc95c0
14 files changed
Lines changed: 1249 additions & 594 deletions
File tree
- dotnet/src/Generated
- go
- rpc
- nodejs/src
- generated
- python/copilot/generated
- rust/src/generated
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments