in livekit agent 1.x if we use a request function ...
# ask-ai
b
in livekit agent 1.x if we use a request function and dont explicitly do request accept in the function what happens?
t
Thanks for reaching out, Mohammed. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
In LiveKit Agent 1.x, if you use a request function and do not explicitly accept the request, the framework expects workers to either accept or reject each job request. If no explicit action is taken, the default behavior is to automatically accept all job requests dispatched to the worker. Let me know if you need further clarification! Sources: Worker options | LiveKit Docs