Back to Prompt Library
implementation
Agent Initialization and Tool Definition
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Multi-modal Dexterity Planner for Humanoid Grippers using OpenAI Agents and o3
Format
Text-first
Lines
1
Sections
1
Linked challenge
Multi-modal Dexterity Planner for Humanoid Grippers using OpenAI Agents and o3
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Initialize an OpenAI Agent using the `openai-agents` SDK. Define a set of tools: `get_scene_state()`, `calculate_inverse_kinematics()`, and `apply_motor_torque()`. Use the o3 model to decide which motor torque to apply based on a text description of a fragile object's position.
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.