Options for the default HTTP transport.
API
interface HttpTransportOptions {}baseUrl
stringURL that accepts AG-UI run requests.
fetchImpl
typeof fetchFetch implementation used to issue requests. Defaults to global fetch.
middleware
Chat.Middleware[]Middleware applied in declaration order before each request is fetched.