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
/
ai
/
functions
/
schemas.fn.d.ts
5 lines
•
272 B
TypeScript
View Raw
1
2
3
4
5
import
{
ZodType
,
ZodTypeDef
}
from
"zod"
;
import
{
FactoryModel
}
from
".."
;
declare
const
_default
: <T>
(
question
:
string
,
schema
:
ZodType
<T,
ZodTypeDef
, T>,
model
:
FactoryModel
,
state
:
any
) =>
Promise
<T>;
export
default
_default;
//# sourceMappingURL=schemas.fn.d.ts.map