Dataset | API | Example query |
---|---|---|
Places | Google Places | I’m looking for a 24-hour pharmacy in Montreal, can you find one for me? |
Weather | Weather API | What is the current cloud coverage in Mumbai, India? |
Stock | Alpha Vantage Stock API | Can you give me the opening price of Microsoft for the month of January 2023? |
AssistantAgent
in AutoGen) that is responsible for proposing and refining the code and
the second agent is a code executor agent (UserProxyAgent
in AutoGen) that would extract the generated code and execute it, forwarding the output back to the LLM assistant agent.
A visualization of the two-agent system is shown below.
181dbb37
) for each API key and replace the real API key with the token in the initial message.
Then, when the code executor execute the code, the fake API key would be automatically replaced by the real API key.