Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit bc8c37f

Browse files
Update OpenAPI to version generated from ref c93e106 (#950)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c93e106 commit bc8c37f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

api/openapi.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,19 @@
13001300
"type": "string"
13011301
},
13021302
"type": "array",
1303-
"title": "Libraries"
1303+
"title": "Libraries",
1304+
"default": []
1305+
},
1306+
"file_extension": {
1307+
"anyOf": [
1308+
{
1309+
"type": "string"
1310+
},
1311+
{
1312+
"type": "null"
1313+
}
1314+
],
1315+
"title": "File Extension"
13041316
}
13051317
},
13061318
"type": "object",
@@ -1309,7 +1321,8 @@
13091321
"language",
13101322
"filepath"
13111323
],
1312-
"title": "CodeSnippet"
1324+
"title": "CodeSnippet",
1325+
"description": "Represents a code snippet with its programming language.\n\nArgs:\n language: The programming language identifier (e.g., 'python', 'javascript')\n code: The actual code content"
13131326
},
13141327
"ConfigureAuthMaterial": {
13151328
"properties": {

0 commit comments

Comments
 (0)