Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
requests
pip install -U requests
export ZENDESK_USERNAME=*** export ZENDESK_PW=*** export ZENDESK_COMPANY_NAME=***
from agno.agent import Agent from agno.tools.zendesk import ZendeskTools agent = Agent(tools=[ZendeskTools()], show_tool_calls=True) agent.print_response("How do I login?", markdown=True)
username
str
password
company_name
search_zendesk