Code
cookbook/agent_concepts/other/instructions.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
from agno.agent import Agent
agent = Agent(instructions="Share a 2 sentence story about")
agent.print_response("Love in the year 12000.")
Was this page helpful?