Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,14 @@ prompt = PromptTemplate.from_template(
|
|
52 |
|
53 |
{chat_history}
|
54 |
Human: {input}
|
55 |
-
Assistant:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
"""
|
57 |
)
|
58 |
|
@@ -104,4 +111,4 @@ if prompt := st.chat_input("Your message"):
|
|
104 |
st.sidebar.title("About")
|
105 |
st.sidebar.info("This is an interactive CyberSecurity Program Meeting Scheduler. Chat with the AI to schedule your meeting. It will collect your information and send a meeting invitation via email.")
|
106 |
|
107 |
-
# To run this script, use: streamlit run your_script_name.py
|
|
|
52 |
|
53 |
{chat_history}
|
54 |
Human: {input}
|
55 |
+
Assistant: Let's approach this step-by-step:
|
56 |
+
{agent_scratchpad}
|
57 |
+
|
58 |
+
Tools available:
|
59 |
+
{tools}
|
60 |
+
|
61 |
+
Tool names:
|
62 |
+
{tool_names}
|
63 |
"""
|
64 |
)
|
65 |
|
|
|
111 |
st.sidebar.title("About")
|
112 |
st.sidebar.info("This is an interactive CyberSecurity Program Meeting Scheduler. Chat with the AI to schedule your meeting. It will collect your information and send a meeting invitation via email.")
|
113 |
|
114 |
+
# To run this script, use: streamlit run your_script_name.py
|