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