AxAPI
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/util/apicall.ts#L46
Extended by
Properties
| Property | Type |
|---|---|
headers? | Record<string, string> |
localCall? | <TRequest, TResponse>(data: TRequest, stream?: boolean) => Promise<TResponse | ReadableStream<TResponse>> |
name? | string |
put? | boolean |
url? | string | URL |