this is what i get “Function(arguments=‘{“description”:“Explain the difference between ARFCN, UARFCN, EARFCN, and NR-ARFCN.”}’, name=‘get_prompts’, output=None)” when i print print(tool_call.function) but still i am getting the error get_prompts() got an unexpected keyword argument ‘description’
this is the function get_prompts = {
“name”: “get_prompts”,
“description”: “Function takes in plain user input text and returns a list of prompts that fit in for the given explanation.”,
“parameters”: {
“type”: “object”,
“properties”: {
“description”: {
“type”: “string”,
“description”: “Description of the requirement for which prompt has to be generated.”,
}
},
“required”: [“description”],
},
}
]