Fix duplicate words in Airtable Agent description (#3368)

This commit is contained in:
Rob Hitt
2024-10-16 21:00:01 -04:00
committed by GitHub
parent 5117948ccf
commit de6d675e55
3 changed files with 4 additions and 4 deletions
@@ -243,7 +243,7 @@
"type": "AgentExecutor",
"baseClasses": ["AgentExecutor", "BaseChain", "Runnable"],
"category": "Agents",
"description": "Agent used to to answer queries on CSV data",
"description": "Agent used to answer queries on CSV data",
"inputParams": [
{
"label": "Csv File",
@@ -301,7 +301,7 @@
"id": "csvAgent_0-output-csvAgent-AgentExecutor|BaseChain|Runnable",
"name": "csvAgent",
"label": "AgentExecutor",
"description": "Agent used to to answer queries on CSV data",
"description": "Agent used to answer queries on CSV data",
"type": "AgentExecutor | BaseChain | Runnable"
}
],