Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type CanvasDeclaration struct {
// Description is a short, single-sentence description shown to the agent in canvas catalogs.
Description string `json:"description"`
// InputSchema is the JSON Schema for the `input` payload accepted by `canvas.open`.
InputSchema map[string]any `json:"inputSchema,omitempty"`
InputSchema map[string]any `json:"inputSchema,omitzero"`
// Actions are the agent-callable actions this canvas exposes.
Actions []rpc.CanvasAction `json:"actions,omitempty"`
}
Expand Down
120 changes: 60 additions & 60 deletions go/rpc/zrpc.go

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions go/rpc/zrpc_encoding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions go/rpc/zsession_encoding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading