Skip to content

Commit 8dcef50

Browse files
committed
added timingMilliseconds pararmeter
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
1 parent f49c90b commit 8dcef50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools-calling.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Let's say you want to create a tool that fetches the weather for a given locatio
6464
},
6565
{
6666
"type": "request-response-delayed",
67-
"content": "It appears there is some delay in communication with the weather API."
67+
"content": "It appears there is some delay in communication with the weather API.",
68+
"timingMilliseconds": 2000
6869
}
6970
],
7071
"function": {

0 commit comments

Comments
 (0)