addedOutput schema / $defs
Added value: +{
+ "SpawnTaskRss": {
+ "additionalProperties": true,
+ "properties": {
+ "age_s": {
+ "default": 0,
+ "title": "Age S",
+ "type": "integer"
+ },
+ "cid": {
+ "default": "-",
+ "title": "Cid",
+ "type": "string"
+ },
+ "id": {
+ "title": "Id",
+ "type": "string"
+ },
+ "pid": {
+ "default": 0,
+ "title": "Pid",
+ "type": "integer"
+ },
+ "prompt": {
+ "default": "",
+ "title": "Prompt",
+ "type": "string"
+ },
+ "rss_mb": {
+ "default": 0,
+ "title": "Rss Mb",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "title": "SpawnTaskRss",
+ "type": "object"
+ }
+}
addedOutput schema / description
Added value: +"Spawn-budget usage: cap, used, free, plus per-running-task RSS."
addedOutput schema / properties / cap_mb
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cap Mb"
+}
addedOutput schema / properties / cost_budget_enabled
Added value: +{
+ "default": false,
+ "title": "Cost Budget Enabled",
+ "type": "boolean"
+}
addedOutput schema / properties / cost_budget_usd
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cost Budget Usd"
+}
addedOutput schema / properties / cost_free_usd
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Cost Free Usd"
+}
addedOutput schema / properties / cost_usd_24h
Added value: +{
+ "default": 0,
+ "title": "Cost Usd 24H",
+ "type": "number"
+}
addedOutput schema / properties / enabled
Added value: +{
+ "default": true,
+ "title": "Enabled",
+ "type": "boolean"
+}
addedOutput schema / properties / free_mb
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Free Mb"
+}
addedOutput schema / properties / poll_s
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Poll S"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / running
Added value: +{
+ "default": 0,
+ "title": "Running",
+ "type": "integer"
+}
addedOutput schema / properties / tasks
Added value: +{
+ "items": {
+ "$ref": "#/$defs/SpawnTaskRss"
+ },
+ "title": "Tasks",
+ "type": "array"
+}
addedOutput schema / properties / token_budget
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Token Budget"
+}
addedOutput schema / properties / token_budget_enabled
Added value: +{
+ "default": false,
+ "title": "Token Budget Enabled",
+ "type": "boolean"
+}
addedOutput schema / properties / tokens_24h
Added value: +{
+ "default": 0,
+ "title": "Tokens 24H",
+ "type": "integer"
+}
addedOutput schema / properties / tokens_free
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Tokens Free"
+}
addedOutput schema / properties / used_mb
Added value: +{
+ "default": 0,
+ "title": "Used Mb",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"spawn_budget_statusOutput"New value: +"SpawnBudgetStatus"