UNPKG
jcrewai
Version:
latest (0.1.0)
0.1.0
Multi-agent automation framework written in TypeScript. Patterned after CrewAI.
jcrewai
/
dist
/
utilities
/
I18N.d.ts
9 lines
(8 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
I18N
{
private
readonly
prompts;
constructor
(
customPrompts
?:
any
);
private
retrieve;
slice
(
key
:
string
):
string
;
errors
(
key
:
string
):
string
;
tools
(
key
:
string
):
string
|
Record
<
string
,
string
>; }