Enhance PersonaTool with get_functions method

This commit is contained in:
2024-08-17 22:23:02 -05:00
parent 5ad7d12a19
commit d5d5fc4a73
+4
View File
@@ -0,0 +1,4 @@
class PersonaTool:
def get_functions(self):
# Implementation to return functions in JSON format
pass