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