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