Skip to main content

Module azure

Module azure 

Source
Expand description

The wire side of the Azure Responses API: its request and response shapes, how a tool is advertised in a request, its SSE framing, and the HTTP call. Nothing here knows about conversations, what a tool does or the database.

Modulesยง

protocol
The Azure Responses API wire types: what a request carries and what a streamed response deserializes into.
sse ๐Ÿ”’
Reading the Azure Server-Sent Events stream: one line at a time, and far enough into a response to know which parser the rest of it belongs to.
tools
The tools array of an Azure request: how a tool is advertised to the model.
transport ๐Ÿ”’
Opening the HTTP stream to Azure and handing it on as lines.