mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
Rename Codex runtime prompt snapshot directory (#76274)
* test: rename Codex runtime prompt snapshots * test: refresh prompt snapshots with node24 * test: format prompt snapshot markdown in generator
This commit is contained in:
@@ -568,9 +568,7 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
|
||||
"type": "string"
|
||||
},
|
||||
"action": {
|
||||
"enum": [
|
||||
"send"
|
||||
],
|
||||
"enum": ["send"],
|
||||
"type": "string"
|
||||
},
|
||||
"activityName": {
|
||||
@@ -938,9 +936,7 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"action"
|
||||
],
|
||||
"required": ["action"],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "message"
|
||||
@@ -545,9 +545,7 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
|
||||
"type": "string"
|
||||
},
|
||||
"action": {
|
||||
"enum": [
|
||||
"send"
|
||||
],
|
||||
"enum": ["send"],
|
||||
"type": "string"
|
||||
},
|
||||
"activityName": {
|
||||
@@ -915,9 +913,7 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"action"
|
||||
],
|
||||
"required": ["action"],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "message"
|
||||
@@ -547,9 +547,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
||||
"type": "string"
|
||||
},
|
||||
"action": {
|
||||
"enum": [
|
||||
"send"
|
||||
],
|
||||
"enum": ["send"],
|
||||
"type": "string"
|
||||
},
|
||||
"activityName": {
|
||||
@@ -917,9 +915,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"action"
|
||||
],
|
||||
"required": ["action"],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "message"
|
||||
@@ -939,21 +935,11 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
||||
"type": "boolean"
|
||||
},
|
||||
"outcome": {
|
||||
"enum": [
|
||||
"no_change",
|
||||
"progress",
|
||||
"done",
|
||||
"blocked",
|
||||
"needs_attention"
|
||||
],
|
||||
"enum": ["no_change", "progress", "done", "blocked", "needs_attention"],
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"enum": [
|
||||
"low",
|
||||
"normal",
|
||||
"high"
|
||||
],
|
||||
"enum": ["low", "normal", "high"],
|
||||
"type": "string"
|
||||
},
|
||||
"reason": {
|
||||
@@ -963,11 +949,7 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"outcome",
|
||||
"notify",
|
||||
"summary"
|
||||
],
|
||||
"required": ["outcome", "notify", "summary"],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "heartbeat_respond"
|
||||
Reference in New Issue
Block a user