AxAPI
Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/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 |