openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SkillVersionResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** | The object type, which is `skill.version`. | 
**id** | **String** | Unique identifier for the skill version. | 
**skill_id** | **String** | Identifier of the skill for this version. | 
**version** | **String** | Version number for this skill. | 
**created_at** | **i32** | Unix timestamp (seconds) for when the version was created. | 
**name** | **String** | Name of the skill version. | 
**description** | **String** | Description of the skill version. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)