Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import inspect, json
|
2 |
|
3 |
def get_json(str, obj):
|
4 |
-
return f"{str}\n{json.loads(obj.model_dump_json())}"
|
5 |
|
6 |
def function_to_schema(func) -> dict:
|
7 |
type_map = {
|
|
|
1 |
import inspect, json
|
2 |
|
3 |
def get_json(str, obj):
|
4 |
+
return f"{str}\n{json.loads(obj.model_dump_json())}\n"
|
5 |
|
6 |
def function_to_schema(func) -> dict:
|
7 |
type_map = {
|