View Source ExOpenAI.Components.WebSearchActionOpenPage (ex_openai.ex v2.0.0-beta2)

Action type "open_page" - Opens a specific URL from search results.

Fields

  • :type - required - :open_page
    The action type.
    Allowed values: "open_page"

  • :url - optional - String.t() | any()
    The URL opened by the model.

Summary

Types

@type t() :: %ExOpenAI.Components.WebSearchActionOpenPage{
  type: :open_page,
  url: (String.t() | any()) | nil
}