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
@@ -28,7 +28,7 @@ class Airtable_Agents implements INode {
this.type = 'AgentExecutor'
this.category = 'Agents'
this.icon = 'airtable.svg'
this.description = 'Agent used to to answer queries on Airtable table'
this.description = 'Agent used to answer queries on Airtable table'
this.baseClasses = [this.type, ...getBaseClasses(AgentExecutor)]
this.credential = {
label: 'Connect Credential',
@@ -27,7 +27,7 @@ class CSV_Agents implements INode {
this.type = 'AgentExecutor'
this.category = 'Agents'
this.icon = 'CSVagent.svg'
this.description = 'Agent used to to answer queries on CSV data'
this.description = 'Agent used to answer queries on CSV data'
this.baseClasses = [this.type, ...getBaseClasses(AgentExecutor)]
this.inputs = [
{