agsamantha/node_modules/langchain/dist/util/axios-fetch-adapter.d.ts
2024-10-02 15:15:21 -05:00

6 lines
147 B
TypeScript

/**
* - Create a request object
* - Get response body
* - Check if timeout
*/
export default function fetchAdapter(config: any): Promise<any>;