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

Module for representing the OpenAI schema ProjectUpdateRequest.

Fields

  • :name - required - String.t()
    The updated name of the project, this name appears in reports.

Summary

Types

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