Find answers from the community

Home
Members
haris_sahmanovic
h
haris_sahmanovic
Offline, last seen 4 months ago
Joined September 25, 2024
The Gmail tool seems to fail when loading in emails(but works fine when creating them). Even the first example on llamahub fails:

Example from LlamaHub:
tool_spec = GmailToolSpec()
agent = OpenAIAgent.from_tools(tool_spec.to_tool_list())
agent.chat('What is my most recent email')


TypeError: GmailToolSpec.search_messages() missing 1 required positional argument: 'query'

Anyone else know about this or have any ideas?
3 comments
L