UNPKG
@hashbrownai/core
Version:
alpha (0.4.1-alpha.2)
latest (0.4.1)
rc (0.4.0-rc.1)
0.4.1
0.4.1-alpha.2
0.4.1-alpha.1
0.4.0
0.4.0-rc.1
0.4.0-rc.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2-9
0.0.2-8
0.0.2-7
0.0.2-6
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.2-0
0.0.1
Runtime helpers for Hashbrown AI
hashbrown.dev
liveloveapp/hashbrown
@hashbrownai/core
/
src
/
prompt
/
prompt.d.ts
7 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
SystemPrompt
}
from
'./types'
;
/** *
@public
*/
export
declare
function
prompt
(
strings
:
TemplateStringsArray
, ...
exprs
:
unknown
[]
):
SystemPrompt
;
export
type
{
SystemPrompt
}
from
'./types'
;
//# sourceMappingURL=prompt.d.ts.map