Merge pull request #404 from jli238/patch-1

Update args definition for router agent
This commit is contained in:
C. Oceania 2024-04-09 16:19:27 -05:00 committed by GitHub
commit 32daf808e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us
3. Determine which agent is suitable to handle this conversation.
4. Re-think on whether the function you chose matches the reason.
5. For agent required arguments, think carefully, leave it as blank object if user doesn't provide specific arguments.
6. Please do not make up any parameters when there is no exact value provided, you must set the parameter value as null.
6. You must include all required args when using selected FUNCTIONS, but you must not make up any parameters when there is no exact value provided, those parameters must set value as null if not declared.
7. Response must be in JSON format.
{% if routing_requirements and routing_requirements != empty %}