UNPKG
@elimeleth/builderbot-langchain
Version:
dev (1.3.2-alpha.1)
latest (1.0.0-alpha.0)
1.3.2-alpha.1
1.3.1-alpha.1
1.2.0-alpha.0
1.0.1-alpha.0
1.0.0-alpha.0
Interface para crear chatbot con Builderbot & LangChain
@elimeleth/builderbot-langchain
/
dist
/
utils
/
http.request.d.ts
4 lines
•
192 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosRequestConfig
}
from
"axios"
;
declare
const
_default
:
(
url
:
string
,
args
:
AxiosRequestConfig
) =>
Promise
<
any
>;
export
default
_default;
//# sourceMappingURL=http.request.d.ts.map