Skip to content

Commit 682c9ae

Browse files
jmoseleyCopilot
andcommitted
Add session.extensions.sendAttachmentsToMessage SDK wrapper
Regenerates the SDK clients to expose the new RPC endpoint added in copilot-agent-runtime PR #8971, which lets canvas extensions push attachments (including a new extension_context variant) into the next user message's composer. Languages regenerated: TypeScript, .NET, Python, Rust, Java. Go is intentionally not regenerated in this PR — the Go codegen has a duplicate-method bug when a leaf type is shared across two discriminated unions with the same discriminator property (SendAttachment and PushAttachment both use 'type'), causing Type() to be emitted twice. Tracking as follow-up. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 644234d commit 682c9ae

13 files changed

Lines changed: 1115 additions & 142 deletions

File tree

dotnet/src/Generated/Rpc.cs

Lines changed: 231 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dotnet/src/Generated/SessionEvents.cs

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)