UNPKG
@jasondark/proompt
Version:
alpha (0.1.0-alpha.7)
latest (0.1.0-alpha.7)
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
CLI tool for running AI prompts with structure and repeatability
@jasondark/proompt
/
dist
/
core
/
execution
/
executor.d.ts
6 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ProomptArguments
}
from
'../types'
;
/** * Execute proompt with the configured LLM CLI and optional arguments */
export
declare
const
executeProompt
:
(
proomptPath
:
string
,
args
?:
ProomptArguments
) =>
Promise
<
void
>;
//# sourceMappingURL=executor.d.ts.map