Skip to content

Commit 7e49657

Browse files
committed
Fix fraud agent instructions
1 parent ec44205 commit 7e49657

File tree

1 file changed

+2
-2
lines changed
  • openai-agents/tour-of-agents/app/utils

1 file changed

+2
-2
lines changed

openai-agents/tour-of-agents/app/utils/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ async def run_fraud_agent(
163163
result = await Runner.run(
164164
Agent(
165165
name="FraudAgent",
166-
instructions="Decide whether the cost of the claim is reasonable given the treatment."
167-
"Respond with reasonable or not reasonable.",
166+
instructions="Decide whether the claim is fraudulent."
167+
"Always respond with low risk, medium risk, or high risk.",
168168
),
169169
input=claim.model_dump_json(),
170170
run_config=RunConfig(

0 commit comments

Comments
 (0)