Skip to content

Instantly share code, notes, and snippets.

View chihpy's full-sized avatar

poyuanchih chihpy

  • Hsinchu, Taiwan
View GitHub Profile
@chihpy
chihpy / ReAct_Agent_prompt.py
Created September 28, 2025 13:48
ReAct_Agent_prompt
from llama_index.core import PromptTemplate
# ReAct Agent prompt
AGENT_PROMPT = PromptTemplate("""你被設計來協助處理各種任務,包含提供查詢到的資料用以回答問題、提供摘要以及其他類型的分析。
並且為了確保資訊的更新,請盡可能的在有相關查詢內容的情況下才回答。
## 工具
你可以使用各式各樣的工具。你需要自行決定使用這些工具的順序來完成任務。
這可能需要將任務拆解成子任務,並使用不同的工具來完成每個子任務。