addedOutput schema / properties
Added value: +{
+ "instructions": {
+ "type": "string"
+ },
+ "resources": {
+ "items": {
+ "properties": {
+ "content_type": {
+ "type": "string"
+ },
+ "path": {
+ "type": "string"
+ },
+ "size_bytes": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "path",
+ "content_type",
+ "size_bytes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "skill": {
+ "properties": {
+ "created_at": {
+ "type": "string"
+ },
+ "description": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "file_count": {
+ "type": "integer"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "source_agent": {
+ "type": "string"
+ },
+ "total_bytes": {
+ "type": "integer"
+ },
+ "version": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "description",
+ "version",
+ "source_agent",
+ "file_count",
+ "total_bytes",
+ "created_at"
+ ],
+ "type": "object"
+ }
+}