docs: add agent docs link from component (#8900)
* agent-docs-link * bundle
This commit is contained in:
parent
e7a7d93c14
commit
746a3b6264
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue