Copilot.Types.UserInputRequest (Copilot SDK v2.3.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() | nil,
  choices: [String.t()] | nil,
  question: String.t() | nil
}

Functions

from_map(m)