Copilot.Types.UserInputRequest (Copilot SDK v2.5.0)

Copy Markdown

Request for user input from the agent (enables ask_user tool).

Summary

Types

t()

@type t() :: %Copilot.Types.UserInputRequest{
  allow_freeform: boolean(),
  choices: [String.t()] | nil,
  question: String.t()
}

Functions

from_map(m)