Skip to main content

Module executor

Module executor 

Source
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§

FoundryExecutor
Foundry/Azure OpenAI executor implementing the Executor trait.