Back to Prompt Library
implementation
Integrate Upstage Data Preprocessing and Tool Use
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: AutoGen Multi-Agent Legal Tech Valuator with Gemini 3 Flash
Format
Code-aware
Lines
1
Sections
1
Linked challenge
AutoGen Multi-Agent Legal Tech Valuator with Gemini 3 Flash
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Develop a tool or function that an AutoGen agent can use to send raw financial documents and news articles to Upstage for cleansing and structured data extraction. Describe how this tool will be registered with your agents and how agents will be prompted to use it before performing analysis. Assume Upstage returns structured JSON data.
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.