Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 7, 2025
1 parent c539a97 commit 82951d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,7 @@ types:
enum:
- OpenAI
- AzureOpenAI
- AzureAIFoundry
- VertexAI
- Gemini
- Anthropic
Expand Down Expand Up @@ -2549,6 +2550,7 @@ types:
enum:
- OpenAI
- AzureOpenAI
- AzureAIFoundry
- VertexAI
- Gemini
- Anthropic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import typing

ModelProviderConnectionProvider = typing.Union[
typing.Literal["OpenAI", "AzureOpenAI", "VertexAI", "Gemini", "Anthropic", "Custom"], typing.Any
typing.Literal["OpenAI", "AzureOpenAI", "AzureAIFoundry", "VertexAI", "Gemini", "Anthropic", "Custom"], typing.Any
]
2 changes: 1 addition & 1 deletion src/label_studio_sdk/types/prompt_version_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import typing

PromptVersionProvider = typing.Union[
typing.Literal["OpenAI", "AzureOpenAI", "VertexAI", "Gemini", "Anthropic", "Custom"], typing.Any
typing.Literal["OpenAI", "AzureOpenAI", "AzureAIFoundry", "VertexAI", "Gemini", "Anthropic", "Custom"], typing.Any
]

0 comments on commit 82951d8

Please sign in to comment.