We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec44205 commit 7e49657Copy full SHA for 7e49657
openai-agents/tour-of-agents/app/utils/utils.py
@@ -163,8 +163,8 @@ async def run_fraud_agent(
163
result = await Runner.run(
164
Agent(
165
name="FraudAgent",
166
- instructions="Decide whether the cost of the claim is reasonable given the treatment."
167
- "Respond with reasonable or not reasonable.",
+ instructions="Decide whether the claim is fraudulent."
+ "Always respond with low risk, medium risk, or high risk.",
168
),
169
input=claim.model_dump_json(),
170
run_config=RunConfig(
0 commit comments