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 f49c90b commit 8dcef50Copy full SHA for 8dcef50
tools-calling.mdx
@@ -64,7 +64,8 @@ Let's say you want to create a tool that fetches the weather for a given locatio
64
},
65
{
66
"type": "request-response-delayed",
67
- "content": "It appears there is some delay in communication with the weather API."
+ "content": "It appears there is some delay in communication with the weather API.",
68
+ "timingMilliseconds": 2000
69
}
70
],
71
"function": {
0 commit comments