docs: add agent docs link from component (#8900)

* agent-docs-link

* bundle
This commit is contained in:
Mendon Kissling 2025-07-07 12:16:40 -04:00 committed by GitHub
commit 746a3b6264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ MODEL_PROVIDERS_LIST = ["Anthropic", "Google Generative AI", "Groq", "OpenAI"]
class AgentComponent(ToolCallingAgentComponent):
display_name: str = "Agent"
description: str = "Define the agent's instructions, then enter a task to complete using tools."
documentation: str = "https://docs.langflow.org/agents"
icon = "bot"
beta = False
name = "Agent"

View file

@ -17,7 +17,7 @@ from langflow.schema.table import EditMode
class AstraDBToolComponent(LCToolComponent):
display_name: str = "Astra DB Tool"
description: str = "Tool to run hybrid vector and metadata search on DataStax Astra DB Collection"
documentation: str = "https://docs.langflow.org/Components/components-tools#astra-db-tool"
documentation: str = "https://docs.langflow.org/components-bundle-components"
icon: str = "AstraDB"
inputs = [