Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,19 @@
"type": "string"
},
"type": "array",
"title": "Libraries"
"title": "Libraries",
"default": []
},
"file_extension": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "File Extension"
}
},
"type": "object",
Expand All @@ -1309,7 +1321,8 @@
"language",
"filepath"
],
"title": "CodeSnippet"
"title": "CodeSnippet",
"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"
},
"ConfigureAuthMaterial": {
"properties": {
Expand Down