Expand description
Foundry/Azure OpenAI executor — sends requests to Azure OpenAI endpoints.
Reuses OpenAI wire format helpers from prompty-openai, but constructs
Azure-specific URLs and uses Azure authentication (API key with api-key
header, or Foundry connection for Entra ID).
Structs§
- Foundry
Executor - Foundry/Azure OpenAI executor implementing the
Executortrait.