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 07ddc80 commit b57d91dCopy full SHA for b57d91d
docs/spec/prompts.md
@@ -254,9 +254,11 @@ Example:
254
"role": "user",
255
"content": {
256
"type": "resource",
257
- "uri": "file:///workspace/project/requirements.txt",
258
- "mimeType": "text/plain",
259
- "text": "flask==2.0.1\nnumpy==1.21.0\npandas==1.3.0\n"
+ "resource": {
+ "uri": "file:///workspace/project/requirements.txt",
+ "mimeType": "text/plain",
260
+ "text": "flask==2.0.1\nnumpy==1.21.0\npandas==1.3.0\n"
261
+ }
262
}
263
},
264
{
0 commit comments