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

Uploads a new immutable version of a skill.

Fields

  • :default - optional - boolean()
    Whether to set this version as the default.

  • :files - required - [binary()] | binary()

Summary

Types

@type t() :: %ExOpenAI.Components.CreateSkillVersionBody{
  default: boolean() | nil,
  files: [binary()] | binary()
}