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