UNPKG
laravelgpt
Version:
latest (0.61.5)
0.61.5
CLI tools for AI agents
github.com/laravelgpt/cursor-tools
laravelgpt/cursor-tools
laravelgpt
/
dist
/
commands
/
ask.d.ts
7 lines
(6 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Command
,
CommandGenerator
,
CommandOptions
}
from
'../types'
;
export
declare
class
AskCommand
implements
Command
{
private
config;
constructor
(
);
execute
(
query
:
string
,
options
?:
CommandOptions
):
CommandGenerator
; }