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

URL backing an annotation entry.

Fields

  • :type - required - :url
    Type discriminator that is always url.
    Allowed values: "url"
    Default: "url"

  • :url - required - String.t()
    URL referenced by the annotation.

Summary

Types

@type t() :: %ExOpenAI.Components.UrlAnnotationSource{type: :url, url: String.t()}