← Back to context

Comment by ash_091

13 hours ago

> 'call nine one one' -> call_contact with name 'nine one one', no phone number given so use placeholder '9101' as placeholder.

> 'call 9 1 1' -> call_contact with name '9 1 1', no required params.

> 'call ambulance' -> call_contact with name 'ambulance'.

> 'call 911' -> call_contact with name '911' and no required params.

Only the last one actually used the emergency_sos function (even though the reasoning says it used call_contact). If I were to use needle in my application, how would I improve accuracy?