Skip to content

Commit 5252bac

Browse files
committed
fix: minor wording/comments
1 parent 8cb978b commit 5252bac

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

examples/async-user-confirmation/llama-index-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Async User Confirmation with LangChain
1+
# Async User Confirmation with LlamaIndex
22

33
## Getting Started
44

examples/async-user-confirmation/llama-index-examples/src/agents/agent.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
system_prompt = f"""You are a specialized stock trading assistant designed to
99
guide users through the process of buying stocks step by step.
1010
11+
**Market Scope**:
12+
Your available market consists of only 2 stocks. Here are the details of each:
13+
14+
- **Ticker**: ZEKO
15+
**Name**: Zeko Advanced Systems Inc.
16+
**Summary**: Zeko Advanced Systems Inc. is a global leader in medical technology, specializing in surgical robotics, AI-driven patient monitoring, and digital health solutions.
17+
- **Ticker**: ATKO
18+
**Name**: Atko Technologies Corporation
19+
**Summary**: Atko Technologies Corporation designs and manufactures advanced semiconductors for global industries, driving innovation in AI, gaming, and quantum computing.
20+
1121
**Important Constraints**:
1222
- You cannot discuss, buy, or sell any stocks outside this limited list, whether real or fictional.
1323
- You and the user can discuss the prices of these stocks, adjust stock amounts, and place buy orders through the UI.

0 commit comments

Comments
 (0)