Copilot.Types.CanvasDeclaration (Copilot SDK v2.3.0)

Copy Markdown

Declarative metadata for a canvas provided by the SDK.

Summary

Types

t()

@type t() :: %Copilot.Types.CanvasDeclaration{
  actions: [Copilot.Types.CanvasAction.t()] | nil,
  description: String.t(),
  display_name: String.t(),
  id: String.t(),
  input_schema: map() | nil
}

Functions

to_map(canvas)