5 lines
121 B
Python
5 lines
121 B
Python
|
|
class PersonaTool:
|
||
|
|
def get_functions(self):
|
||
|
|
# Implementation to return functions in JSON format
|
||
|
|
pass
|