MuraliPinninti_
New Contributor III

Hi team,

We tried similar the approach as above with following versions of compatability DBR 14.2

langchain==0.0.348 databricks-vectorsearch==0.22 openai==0.27 langchain-experimental databricks-sql-connector==3.0.0
 
In the run method there is no way to pass any positional parameters like {'param_1':3}.
Can you please help us how can i modify my below statement using set:param_1 to 3 statement to make it work?
 
agent.run("what the job title of contact kevin young")
 
Thanks,
Murali