AutoAgents / autoagents /utils /constants.py
omkarenator's picture
initial commit
708d898
raw
history blame
644 Bytes
MAIN_HEADER = "Web Search Agent"
MAIN_CAPTION = """ This is a proof-of-concept search engine built on ReAct-style
prompting which acts as a search agent that plans and executes web searches on
your behalf. Given a high-level search query the agent tries to come up with a
concluding answer based off multiple rounds of searches. You can observe all
the intermediate interactions with the search engine below."""
SAMPLE_QUESTIONS = [
"What has David Sacks written about SAAS? Can you provide some links?",
"Where is the all-in summit 2023 being held and how much are the tickets?",
"Did Stan Druckenmiller buy Nvidia recently?",
]