azure_openai_chat_prompt_driver
AzureOpenAiChatPromptDriver
Bases: OpenAiChatPromptDriver
Azure OpenAi Chat Prompt Driver.
Attributes:
Name | Type | Description |
---|---|---|
azure_deployment |
str
|
An optional Azure OpenAi deployment id. Defaults to the model name. |
azure_endpoint |
str
|
An Azure OpenAi endpoint. |
azure_ad_token |
Optional[str]
|
An optional Azure Active Directory token. |
azure_ad_token_provider |
Optional[Callable[[], str]]
|
An optional Azure Active Directory token provider. |
api_version |
str
|
An Azure OpenAi API version. |
client |
AzureOpenAI
|
An |