Back to Prompt Library
implementation
Agent System Prompt Configuration
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Grid-Responsive Data Center Management using OpenAI Agents SDK and o3
Format
Text-first
Lines
1
Sections
1
Linked challenge
Grid-Responsive Data Center Management using OpenAI Agents SDK and o3
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Using the OpenAI Agents SDK, define an agent named 'GridSync' with the 'o3' model. In the system prompt, instruct it to act as a Data Center Energy Manager. It must prioritize: 1. Critical Load Safety, 2. Grid Compliance, 3. Revenue. Provide it with functions to 'get_grid_state', 'set_load_level', and 'control_bess'.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.