We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3888bb9 commit 2ca1508Copy full SHA for 2ca1508
g4f/client/stubs.py
@@ -66,6 +66,7 @@ class ToolFunctionModel(BaseModel):
66
arguments: str
67
68
class ToolCallModel(BaseModel):
69
+ index: int
70
id: str
71
type: str
72
function: ToolFunctionModel
0 commit comments