Skip to content

Commit 35bb91b

Browse files
committed
Add client-side function calling functests
1 parent 4799395 commit 35bb91b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

speechmatics_flow/tool_function_param.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
dict(tool_function)
2323
"""
2424

25-
from typing import Literal, Optional, Dict, List, Required, TypedDict
25+
from typing import Literal, Optional, Dict, List, TypedDict
26+
27+
from typing_extensions import Required
2628

2729

2830
class Property(TypedDict):

0 commit comments

Comments
 (0)