hashbrown

HttpTransportOptions

Options for the default HTTP transport.

API

baseUrl
string

URL that accepts AG-UI run requests.

fetchImpl
typeof fetch

Fetch implementation used to issue requests. Defaults to global fetch.

middleware
Chat.Middleware[]

Middleware applied in declaration order before each request is fetched.