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

Request payload for updating the details of an existing group.

Fields

  • :name - required - String.t()
    New display name for the group.
    Constraints: minLength: 1, maxLength: 255

Summary

Types

@type t() :: %ExOpenAI.Components.UpdateGroupBody{name: String.t()}