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