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