requests.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [
  2. {
  3. "model": "smoke-model",
  4. "system": "{{system}}",
  5. "messages": [
  6. {
  7. "role": "user",
  8. "content": [
  9. {
  10. "type": "text",
  11. "text": "Complete the first isolated Python SDK process turn."
  12. },
  13. {
  14. "type": "text",
  15. "text": "Current runtime context. This snapshot supersedes earlier runtime-context snapshots.\n\nCurrent DSH file policy: danger-full-access. The DSH file sandbox does not restrict file modifications by available operations.\n\nApproval prompts are disabled in this session: actions that require approval are rejected automatically — do not request sandbox escalation (do not set `sandbox_permissions`)."
  16. }
  17. ]
  18. }
  19. ],
  20. "toolNames": [
  21. "cordis_define",
  22. "cordis_inspect_list",
  23. "cordis_inspect_query",
  24. "cordis_inspect_self",
  25. "cordis_run",
  26. "cordis_stop",
  27. "cordis_undefine",
  28. "job_kill",
  29. "job_list",
  30. "job_output",
  31. "run_code",
  32. "subagent",
  33. "workflow"
  34. ]
  35. },
  36. {
  37. "model": "smoke-model",
  38. "system": "{{system}}",
  39. "messages": [
  40. {
  41. "role": "user",
  42. "content": [
  43. {
  44. "type": "text",
  45. "text": "Complete the second isolated Python SDK process turn."
  46. },
  47. {
  48. "type": "text",
  49. "text": "Current runtime context. This snapshot supersedes earlier runtime-context snapshots.\n\nCurrent DSH file policy: danger-full-access. The DSH file sandbox does not restrict file modifications by available operations.\n\nApproval prompts are disabled in this session: actions that require approval are rejected automatically — do not request sandbox escalation (do not set `sandbox_permissions`)."
  50. }
  51. ]
  52. }
  53. ],
  54. "toolNames": [
  55. "cordis_define",
  56. "cordis_inspect_list",
  57. "cordis_inspect_query",
  58. "cordis_inspect_self",
  59. "cordis_run",
  60. "cordis_stop",
  61. "cordis_undefine",
  62. "job_kill",
  63. "job_list",
  64. "job_output",
  65. "run_code",
  66. "subagent",
  67. "workflow"
  68. ]
  69. }
  70. ]