Skip to content

Commit d72b254

Browse files
committed
Remove the call property.
For cases that need the function call name, the suggestion is to build it into the `callId`. E.g., "<function call name>-<unique id>"
1 parent a693e20 commit d72b254

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

specification/v0_10/json/common_types.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"type": "string",
1717
"description": "Identifies the agent initiating the function call."
1818
},
19-
"call": {
20-
"type": "string",
21-
"description": "Name of the function call."
22-
},
2319
"callId": {
2420
"type": "string",
2521
"description": "Uniquely identifies this instance of the function call."

0 commit comments

Comments
 (0)