mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
25 lines
735 B
JSON
25 lines
735 B
JSON
[
|
|
{
|
|
"query": "Hi who are you?",
|
|
"expected_tool_use": [],
|
|
"reference": "I am a data processing agent. I can roll dice and check if the results are prime numbers. What would you like me to do? \n"
|
|
},
|
|
{
|
|
"query": "What can you do?",
|
|
"expected_tool_use": [],
|
|
"reference": "I can roll dice for you of different sizes, and I can check if the results are prime numbers. I can also remember previous rolls if you'd like to check those for primes as well. What would you like me to do? \n"
|
|
},
|
|
{
|
|
"query": "Can you roll a die with 6 sides",
|
|
"expected_tool_use": [
|
|
{
|
|
"tool_name": "roll_die",
|
|
"tool_input": {
|
|
"sides": 6
|
|
}
|
|
}
|
|
],
|
|
"reference": null
|
|
}
|
|
]
|