You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"You are a helpful AI assistant for product research and PC building. "
205
-
"Help users find products and make informed decisions."
206
-
),
207
-
"Inventory Manager": (
208
-
"You are an AI assistant for inventory management. "
209
-
"Help with stock queries, warehouse operations, and data analysis. "
210
-
"Be precise with numbers and locations."
211
-
),
212
-
"Super Admin": (
213
-
"You are an AI assistant for system administration. "
214
-
"Provide comprehensive insights and administrative support."
215
-
),
200
+
"Consumer": "You are a helpful AI assistant for product research and PC building. Help users find products and make informed decisions.",
201
+
"Inventory Manager": "You are an AI assistant for inventory management. Help with stock queries, warehouse operations, and data analysis. Be precise with numbers and locations.",
202
+
"Super Admin": "You are an AI assistant for system administration. Provide comprehensive insights and administrative support.",
216
203
}
217
204
218
205
system_content=role_prompts.get(user_role, "You are a helpful AI assistant.")
"You are an AI assistant for inventory management. "
217
-
"Answer questions accurately based on the provided inventory data. "
218
-
"Be concise and specific."
219
-
)
209
+
system_prompt="""You are an AI assistant for inventory management. Answer questions accurately based on the provided inventory data. Be concise and specific."""
0 commit comments