test(agents): update command turn prompt snapshots · openclaw/openclaw@fc53496
steipete
·
2026-05-15
·
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 |
|---|
@@ -631,6 +631,43 @@
|
631 | 631 | "asVoice": { |
632 | 632 | "type": "boolean" |
633 | 633 | }, |
| 634 | +"attachments": { |
| 635 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 636 | +"items": { |
| 637 | +"properties": { |
| 638 | +"filePath": { |
| 639 | +"type": "string" |
| 640 | + }, |
| 641 | +"fileUrl": { |
| 642 | +"type": "string" |
| 643 | + }, |
| 644 | +"media": { |
| 645 | +"type": "string" |
| 646 | + }, |
| 647 | +"mediaUrl": { |
| 648 | +"type": "string" |
| 649 | + }, |
| 650 | +"mimeType": { |
| 651 | +"type": "string" |
| 652 | + }, |
| 653 | +"name": { |
| 654 | +"type": "string" |
| 655 | + }, |
| 656 | +"path": { |
| 657 | +"type": "string" |
| 658 | + }, |
| 659 | +"type": { |
| 660 | +"enum": ["image", "audio", "video", "file"], |
| 661 | +"type": "string" |
| 662 | + }, |
| 663 | +"url": { |
| 664 | +"type": "string" |
| 665 | + } |
| 666 | + }, |
| 667 | +"type": "object" |
| 668 | + }, |
| 669 | +"type": "array" |
| 670 | + }, |
634 | 671 | "bestEffort": { |
635 | 672 | "type": "boolean" |
636 | 673 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -631,6 +631,43 @@
|
631 | 631 | "asVoice": { |
632 | 632 | "type": "boolean" |
633 | 633 | }, |
| 634 | +"attachments": { |
| 635 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 636 | +"items": { |
| 637 | +"properties": { |
| 638 | +"filePath": { |
| 639 | +"type": "string" |
| 640 | + }, |
| 641 | +"fileUrl": { |
| 642 | +"type": "string" |
| 643 | + }, |
| 644 | +"media": { |
| 645 | +"type": "string" |
| 646 | + }, |
| 647 | +"mediaUrl": { |
| 648 | +"type": "string" |
| 649 | + }, |
| 650 | +"mimeType": { |
| 651 | +"type": "string" |
| 652 | + }, |
| 653 | +"name": { |
| 654 | +"type": "string" |
| 655 | + }, |
| 656 | +"path": { |
| 657 | +"type": "string" |
| 658 | + }, |
| 659 | +"type": { |
| 660 | +"enum": ["image", "audio", "video", "file"], |
| 661 | +"type": "string" |
| 662 | + }, |
| 663 | +"url": { |
| 664 | +"type": "string" |
| 665 | + } |
| 666 | + }, |
| 667 | +"type": "object" |
| 668 | + }, |
| 669 | +"type": "array" |
| 670 | + }, |
634 | 671 | "bestEffort": { |
635 | 672 | "type": "boolean" |
636 | 673 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -631,6 +631,43 @@
|
631 | 631 | "asVoice": { |
632 | 632 | "type": "boolean" |
633 | 633 | }, |
| 634 | +"attachments": { |
| 635 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 636 | +"items": { |
| 637 | +"properties": { |
| 638 | +"filePath": { |
| 639 | +"type": "string" |
| 640 | + }, |
| 641 | +"fileUrl": { |
| 642 | +"type": "string" |
| 643 | + }, |
| 644 | +"media": { |
| 645 | +"type": "string" |
| 646 | + }, |
| 647 | +"mediaUrl": { |
| 648 | +"type": "string" |
| 649 | + }, |
| 650 | +"mimeType": { |
| 651 | +"type": "string" |
| 652 | + }, |
| 653 | +"name": { |
| 654 | +"type": "string" |
| 655 | + }, |
| 656 | +"path": { |
| 657 | +"type": "string" |
| 658 | + }, |
| 659 | +"type": { |
| 660 | +"enum": ["image", "audio", "video", "file"], |
| 661 | +"type": "string" |
| 662 | + }, |
| 663 | +"url": { |
| 664 | +"type": "string" |
| 665 | + } |
| 666 | + }, |
| 667 | +"type": "object" |
| 668 | + }, |
| 669 | +"type": "array" |
| 670 | + }, |
634 | 671 | "bestEffort": { |
635 | 672 | "type": "boolean" |
636 | 673 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
217 | 217 | "roughTokens": 140 |
218 | 218 | }, |
219 | 219 | "dynamicToolsJson": { |
220 | | -"chars": 43188, |
221 | | -"roughTokens": 10797 |
| 220 | +"chars": 44328, |
| 221 | +"roughTokens": 11082 |
222 | 222 | }, |
223 | 223 | "openClawDeveloperInstructions": { |
224 | 224 | "chars": 5436, |
@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
229 | 229 | "roughTokens": 7129 |
230 | 230 | }, |
231 | 231 | "totalWithDynamicToolsJson": { |
232 | | -"chars": 71706, |
233 | | -"roughTokens": 17927 |
| 232 | +"chars": 72846, |
| 233 | +"roughTokens": 18212 |
234 | 234 | }, |
235 | 235 | "userInputText": { |
236 | 236 | "chars": 870, |
@@ -608,6 +608,43 @@ Full JSON: `codex-dynamic-tools.discord-group.json`
|
608 | 608 | "asVoice": { |
609 | 609 | "type": "boolean" |
610 | 610 | }, |
| 611 | +"attachments": { |
| 612 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 613 | +"items": { |
| 614 | +"properties": { |
| 615 | +"filePath": { |
| 616 | +"type": "string" |
| 617 | + }, |
| 618 | +"fileUrl": { |
| 619 | +"type": "string" |
| 620 | + }, |
| 621 | +"media": { |
| 622 | +"type": "string" |
| 623 | + }, |
| 624 | +"mediaUrl": { |
| 625 | +"type": "string" |
| 626 | + }, |
| 627 | +"mimeType": { |
| 628 | +"type": "string" |
| 629 | + }, |
| 630 | +"name": { |
| 631 | +"type": "string" |
| 632 | + }, |
| 633 | +"path": { |
| 634 | +"type": "string" |
| 635 | + }, |
| 636 | +"type": { |
| 637 | +"enum": ["image", "audio", "video", "file"], |
| 638 | +"type": "string" |
| 639 | + }, |
| 640 | +"url": { |
| 641 | +"type": "string" |
| 642 | + } |
| 643 | + }, |
| 644 | +"type": "object" |
| 645 | + }, |
| 646 | +"type": "array" |
| 647 | + }, |
611 | 648 | "bestEffort": { |
612 | 649 | "type": "boolean" |
613 | 650 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
217 | 217 | "roughTokens": 140 |
218 | 218 | }, |
219 | 219 | "dynamicToolsJson": { |
220 | | -"chars": 42879, |
221 | | -"roughTokens": 10720 |
| 220 | +"chars": 44019, |
| 221 | +"roughTokens": 11005 |
222 | 222 | }, |
223 | 223 | "openClawDeveloperInstructions": { |
224 | 224 | "chars": 4412, |
@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
229 | 229 | "roughTokens": 6748 |
230 | 230 | }, |
231 | 231 | "totalWithDynamicToolsJson": { |
232 | | -"chars": 69873, |
233 | | -"roughTokens": 17469 |
| 232 | +"chars": 71013, |
| 233 | +"roughTokens": 17754 |
234 | 234 | }, |
235 | 235 | "userInputText": { |
236 | 236 | "chars": 370, |
@@ -585,6 +585,43 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`
|
585 | 585 | "asVoice": { |
586 | 586 | "type": "boolean" |
587 | 587 | }, |
| 588 | +"attachments": { |
| 589 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 590 | +"items": { |
| 591 | +"properties": { |
| 592 | +"filePath": { |
| 593 | +"type": "string" |
| 594 | + }, |
| 595 | +"fileUrl": { |
| 596 | +"type": "string" |
| 597 | + }, |
| 598 | +"media": { |
| 599 | +"type": "string" |
| 600 | + }, |
| 601 | +"mediaUrl": { |
| 602 | +"type": "string" |
| 603 | + }, |
| 604 | +"mimeType": { |
| 605 | +"type": "string" |
| 606 | + }, |
| 607 | +"name": { |
| 608 | +"type": "string" |
| 609 | + }, |
| 610 | +"path": { |
| 611 | +"type": "string" |
| 612 | + }, |
| 613 | +"type": { |
| 614 | +"enum": ["image", "audio", "video", "file"], |
| 615 | +"type": "string" |
| 616 | + }, |
| 617 | +"url": { |
| 618 | +"type": "string" |
| 619 | + } |
| 620 | + }, |
| 621 | +"type": "object" |
| 622 | + }, |
| 623 | +"type": "array" |
| 624 | + }, |
588 | 625 | "bestEffort": { |
589 | 626 | "type": "boolean" |
590 | 627 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -218,8 +218,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
218 | 218 | "roughTokens": 140 |
219 | 219 | }, |
220 | 220 | "dynamicToolsJson": { |
221 | | -"chars": 44057, |
222 | | -"roughTokens": 11015 |
| 221 | +"chars": 45197, |
| 222 | +"roughTokens": 11300 |
223 | 223 | }, |
224 | 224 | "openClawDeveloperInstructions": { |
225 | 225 | "chars": 4412, |
@@ -230,8 +230,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the
|
230 | 230 | "roughTokens": 7155 |
231 | 231 | }, |
232 | 232 | "totalWithDynamicToolsJson": { |
233 | | -"chars": 72678, |
234 | | -"roughTokens": 18170 |
| 233 | +"chars": 73818, |
| 234 | +"roughTokens": 18455 |
235 | 235 | }, |
236 | 236 | "userInputText": { |
237 | 237 | "chars": 608, |
@@ -602,6 +602,43 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`
|
602 | 602 | "asVoice": { |
603 | 603 | "type": "boolean" |
604 | 604 | }, |
| 605 | +"attachments": { |
| 606 | +"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.", |
| 607 | +"items": { |
| 608 | +"properties": { |
| 609 | +"filePath": { |
| 610 | +"type": "string" |
| 611 | + }, |
| 612 | +"fileUrl": { |
| 613 | +"type": "string" |
| 614 | + }, |
| 615 | +"media": { |
| 616 | +"type": "string" |
| 617 | + }, |
| 618 | +"mediaUrl": { |
| 619 | +"type": "string" |
| 620 | + }, |
| 621 | +"mimeType": { |
| 622 | +"type": "string" |
| 623 | + }, |
| 624 | +"name": { |
| 625 | +"type": "string" |
| 626 | + }, |
| 627 | +"path": { |
| 628 | +"type": "string" |
| 629 | + }, |
| 630 | +"type": { |
| 631 | +"enum": ["image", "audio", "video", "file"], |
| 632 | +"type": "string" |
| 633 | + }, |
| 634 | +"url": { |
| 635 | +"type": "string" |
| 636 | + } |
| 637 | + }, |
| 638 | +"type": "object" |
| 639 | + }, |
| 640 | +"type": "array" |
| 641 | + }, |
605 | 642 | "bestEffort": { |
606 | 643 | "type": "boolean" |
607 | 644 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。