inject-context: Limited effectiveness - context may not influence responses reliablysay: Does not work reliably - commands often timeout or fail to trigger speechend-call: Works reliablytransfer: Partial support - announcement may not work, but transfer executesinject-context, say, transfer with announcements), use the traditional pipeline:openai with gpt-4o or gpt-4o-mininova-3-general)inject-context: Silently add information to the agent's context (traditional models only)say: Make the agent speak specific text (traditional models only)end-call: End the call with an optional final message (works with all models)transfer: Transfer the call to another destination (partial xAI Realtime support)curl --location --request POST 'https://api.flireo.com/api/v1/calls//control' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "inject-context",
"content": "The customer has been verified as John Smith, account #12345",
"trigger_response": true
}'{
"success": true,
"message": "Command sent successfully"
}