I am currently working with fine-tune models in python. And I want my model to run the find_user_balance function when requesting a user and get the user_id not from the user, but from the arguments that I pass to the function where the dialog with the user is going on. Is this possible?