View Source ExOpenAI.Components.SkillResource (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema SkillResource.
Fields
:created_at- required -integer()
Unix timestamp (seconds) for when the skill was created.:default_version- required -String.t()
Default version for the skill.:description- required -String.t()
Description of the skill.:id- required -String.t()
Unique identifier for the skill.:latest_version- required -String.t()
Latest version for the skill.:name- required -String.t()
Name of the skill.:object- required -:skill
The object type, which isskill.
Allowed values:"skill"
Default:"skill"