test: refresh numeric tool prompt snapshots · openclaw/openclaw@5869131
steipete
·
2026-05-29
·
via Recent Commits to openclaw:main
File tree
test/fixtures/agents/prompt-snapshots/codex-runtime-happy-path
| Original file line number | Diff line number | Diff line change |
|---|
@@ -135,7 +135,8 @@
|
135 | 135 | "type": "string" |
136 | 136 | }, |
137 | 137 | "timeoutMs": { |
138 | | -"type": "number" |
| 138 | +"minimum": 1, |
| 139 | +"type": "integer" |
139 | 140 | }, |
140 | 141 | "title": { |
141 | 142 | "type": "string" |
|
616 | 617 | "type": "string" |
617 | 618 | }, |
618 | 619 | "timeoutMs": { |
619 | | -"type": "number" |
| 620 | +"minimum": 1, |
| 621 | +"type": "integer" |
620 | 622 | } |
621 | 623 | }, |
622 | 624 | "required": ["action"], |
|
761 | 763 | "type": "string" |
762 | 764 | }, |
763 | 765 | "timeoutMs": { |
764 | | -"type": "number" |
| 766 | +"minimum": 1, |
| 767 | +"type": "integer" |
765 | 768 | } |
766 | 769 | }, |
767 | 770 | "required": ["action"], |
|
846 | 849 | "type": "string" |
847 | 850 | }, |
848 | 851 | "timeoutMs": { |
849 | | -"type": "number" |
| 852 | +"minimum": 1, |
| 853 | +"type": "integer" |
850 | 854 | } |
851 | 855 | }, |
852 | 856 | "required": ["action"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -135,7 +135,8 @@
|
135 | 135 | "type": "string" |
136 | 136 | }, |
137 | 137 | "timeoutMs": { |
138 | | -"type": "number" |
| 138 | +"minimum": 1, |
| 139 | +"type": "integer" |
139 | 140 | }, |
140 | 141 | "title": { |
141 | 142 | "type": "string" |
|
616 | 617 | "type": "string" |
617 | 618 | }, |
618 | 619 | "timeoutMs": { |
619 | | -"type": "number" |
| 620 | +"minimum": 1, |
| 621 | +"type": "integer" |
620 | 622 | } |
621 | 623 | }, |
622 | 624 | "required": ["action"], |
|
761 | 763 | "type": "string" |
762 | 764 | }, |
763 | 765 | "timeoutMs": { |
764 | | -"type": "number" |
| 766 | +"minimum": 1, |
| 767 | +"type": "integer" |
765 | 768 | } |
766 | 769 | }, |
767 | 770 | "required": ["action"], |
|
882 | 885 | "type": "string" |
883 | 886 | }, |
884 | 887 | "timeoutMs": { |
885 | | -"type": "number" |
| 888 | +"minimum": 1, |
| 889 | +"type": "integer" |
886 | 890 | } |
887 | 891 | }, |
888 | 892 | "required": ["action"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -135,7 +135,8 @@
|
135 | 135 | "type": "string" |
136 | 136 | }, |
137 | 137 | "timeoutMs": { |
138 | | -"type": "number" |
| 138 | +"minimum": 1, |
| 139 | +"type": "integer" |
139 | 140 | }, |
140 | 141 | "title": { |
141 | 142 | "type": "string" |
|
616 | 617 | "type": "string" |
617 | 618 | }, |
618 | 619 | "timeoutMs": { |
619 | | -"type": "number" |
| 620 | +"minimum": 1, |
| 621 | +"type": "integer" |
620 | 622 | } |
621 | 623 | }, |
622 | 624 | "required": ["action"], |
|
761 | 763 | "type": "string" |
762 | 764 | }, |
763 | 765 | "timeoutMs": { |
764 | | -"type": "number" |
| 766 | +"minimum": 1, |
| 767 | +"type": "integer" |
765 | 768 | } |
766 | 769 | }, |
767 | 770 | "required": ["action"], |
|
846 | 849 | "type": "string" |
847 | 850 | }, |
848 | 851 | "timeoutMs": { |
849 | | -"type": "number" |
| 852 | +"minimum": 1, |
| 853 | +"type": "integer" |
850 | 854 | } |
851 | 855 | }, |
852 | 856 | "required": ["action"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -221,8 +221,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
221 | 221 | "roughTokens": 0 |
222 | 222 | }, |
223 | 223 | "dynamicToolsJson": { |
224 | | -"chars": 40644, |
225 | | -"roughTokens": 10161 |
| 224 | +"chars": 40744, |
| 225 | +"roughTokens": 10186 |
226 | 226 | }, |
227 | 227 | "openClawDeveloperInstructions": { |
228 | 228 | "chars": 2988, |
@@ -233,8 +233,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
233 | 233 | "roughTokens": 6925 |
234 | 234 | }, |
235 | 235 | "totalWithDynamicToolsJson": { |
236 | | -"chars": 68346, |
237 | | -"roughTokens": 17087 |
| 236 | +"chars": 68446, |
| 237 | +"roughTokens": 17112 |
238 | 238 | }, |
239 | 239 | "userInputText": { |
240 | 240 | "chars": 1629, |
@@ -718,7 +718,8 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
|
718 | 718 | "type": "string" |
719 | 719 | }, |
720 | 720 | "timeoutMs": { |
721 | | -"type": "number" |
| 721 | +"minimum": 1, |
| 722 | +"type": "integer" |
722 | 723 | } |
723 | 724 | }, |
724 | 725 | "required": ["action"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -221,8 +221,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
221 | 221 | "roughTokens": 0 |
222 | 222 | }, |
223 | 223 | "dynamicToolsJson": { |
224 | | -"chars": 40365, |
225 | | -"roughTokens": 10092 |
| 224 | +"chars": 40465, |
| 225 | +"roughTokens": 10117 |
226 | 226 | }, |
227 | 227 | "openClawDeveloperInstructions": { |
228 | 228 | "chars": 1964, |
@@ -233,8 +233,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
233 | 233 | "roughTokens": 6544 |
234 | 234 | }, |
235 | 235 | "totalWithDynamicToolsJson": { |
236 | | -"chars": 66543, |
237 | | -"roughTokens": 16636 |
| 236 | +"chars": 66643, |
| 237 | +"roughTokens": 16661 |
238 | 238 | }, |
239 | 239 | "userInputText": { |
240 | 240 | "chars": 1129, |
@@ -695,7 +695,8 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
|
695 | 695 | "type": "string" |
696 | 696 | }, |
697 | 697 | "timeoutMs": { |
698 | | -"type": "number" |
| 698 | +"minimum": 1, |
| 699 | +"type": "integer" |
699 | 700 | } |
700 | 701 | }, |
701 | 702 | "required": ["action"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -222,8 +222,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
222 | 222 | "roughTokens": 0 |
223 | 223 | }, |
224 | 224 | "dynamicToolsJson": { |
225 | | -"chars": 41460, |
226 | | -"roughTokens": 10365 |
| 225 | +"chars": 41560, |
| 226 | +"roughTokens": 10390 |
227 | 227 | }, |
228 | 228 | "openClawDeveloperInstructions": { |
229 | 229 | "chars": 1983, |
@@ -234,8 +234,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
234 | 234 | "roughTokens": 6780 |
235 | 235 | }, |
236 | 236 | "totalWithDynamicToolsJson": { |
237 | | -"chars": 68581, |
238 | | -"roughTokens": 17146 |
| 237 | +"chars": 68681, |
| 238 | +"roughTokens": 17171 |
239 | 239 | }, |
240 | 240 | "userInputText": { |
241 | 241 | "chars": 1367, |
@@ -706,7 +706,8 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
706 | 706 | "type": "string" |
707 | 707 | }, |
708 | 708 | "timeoutMs": { |
709 | | -"type": "number" |
| 709 | +"minimum": 1, |
| 710 | +"type": "integer" |
710 | 711 | } |
711 | 712 | }, |
712 | 713 | "required": ["action"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。