aichat-send
Action
Send a message to the AI with accumulated facts as context
Syntax
$response,$error = aichat-send "message"
with literal message
$response,$error = aichat-send $prompt:TEXT
with message from variable
$response,$error = aichat-send "message" -json
with literal message, JSON response format
$response,$error = aichat-send $prompt:TEXT -json
with variable message, JSON response format