Skip to content

Commit 3106f0c

Browse files
committed
update example
1 parent 4e251de commit 3106f0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/models/openai/gpt_5.6_sol.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Initialize the agent
44
agent = Agent(
5-
agent_name="Quantitative-Trading-Agent--new",
6-
agent_description="Advanced quantitative trading and algorithmic analysis agent",
7-
system_prompt="You are a helpful assistant that can answer questions and help with tasks and your name is Quantitative-Trading-Agent",
5+
agent_name="Generalist-Assistant",
6+
agent_description="A versatile assistant capable of answering a wide range of questions and tackling diverse tasks.",
7+
system_prompt="You are a friendly and knowledgeable generalist assistant ready to help with any query or problem.",
88
model_name="gpt-5.6-sol",
99
max_loops=1,
1010
top_p=None,
@@ -15,7 +15,7 @@
1515
)
1616

1717
out = agent.run(
18-
task="Analyze the best semiconductor ETFs and provide a detailed comparison. Include metrics such as performance, expense ratio, holdings, and any notable strategies.",
18+
task="How can I become more productive in my daily life? Please provide practical tips and strategies.",
1919
)
2020

2121
print(out)

0 commit comments

Comments
 (0)