Agents and OIDs stored in a file path.. Possible?

I want to store the agents & OIDs on a file and calling them from plugin config. Is it possible with Telegraf? Something like below config

[[inputs.snmp]]
agents = [ “/etc/telegraf/tmpagent.txt” ]
version = 2
name = “snmp”
community = “xxxxxxx”

[[inputs.snmp.field]]
name = “hostname”
oid = “/etc/telegraf/tmpOID.txt”
is_tag = true