Skip to content

Commit

Permalink
Merge pull request #85 from tryAGI/bot/update-openapi_202409220618
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
2 parents 995e0b0 + 8beacac commit 93460aa
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum AssistantToolsCodeType
{
/// <summary>
///
/// `code_interpreter`
/// </summary>
CodeInterpreter,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum AssistantToolsFileSearchType
{
/// <summary>
///
/// `file_search`
/// </summary>
FileSearch,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum AssistantToolsFileSearchTypeOnlyType
{
/// <summary>
///
/// `file_search`
/// </summary>
FileSearch,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum AssistantToolsFunctionType
{
/// <summary>
///
/// `function`
/// </summary>
Function,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ namespace OpenAI
public enum CreateEmbeddingRequestEncodingFormat
{
/// <summary>
///
/// //pypi.org/project/pybase64/).
/// </summary>
Float,
/// <summary>
///
/// //pypi.org/project/pybase64/).
/// </summary>
Base64,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ namespace OpenAI
public enum CreateMessageRequestRole
{
/// <summary>
///
/// Indicates the message is sent by an actual user and should be used in most cases to represent user-generated messages.
/// </summary>
User,
/// <summary>
///
/// Indicates the message is generated by the assistant. Use this value to insert messages from the assistant into the conversation.
/// </summary>
Assistant,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ namespace OpenAI
public enum CreateTranscriptionRequestResponseFormat
{
/// <summary>
///
/// `json`, `text`, `srt`, `verbose_json`, or `vtt`.
/// </summary>
Json,
/// <summary>
///
/// `json`, `text`, `srt`, `verbose_json`, or `vtt`.
/// </summary>
Text,
/// <summary>
///
/// `json`, `text`, `srt`, `verbose_json`, or `vtt`.
/// </summary>
Srt,
/// <summary>
///
/// `json`, `text`, `srt`, `verbose_json`, or `vtt`.
/// </summary>
VerboseJson,
/// <summary>
///
/// `json`, `text`, `srt`, `verbose_json`, or `vtt`.
/// </summary>
Vtt,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum ResponseFormatJsonObjectType
{
/// <summary>
///
/// `json_object`
/// </summary>
JsonObject,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum ResponseFormatJsonSchemaType
{
/// <summary>
///
/// `json_schema`
/// </summary>
JsonSchema,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum ResponseFormatTextType
{
/// <summary>
///
/// `text`
/// </summary>
Text,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenAI
public enum VectorStoreExpirationAfterAnchor
{
/// <summary>
///
/// `last_active_at`.
/// </summary>
LastActiveAt,
}
Expand Down

0 comments on commit 93460aa

Please sign in to comment.