Update Agent JSON

The update_agent_json tool modifies a Pricefx Agent JSON according to an update request. Use this tool to refine the JSON from the Generate Agent JSON before deploying it. The updated JSON is returned and is not deployed. Nothing is created or modified on the partition by this tool.

  • Tool Name – update_agent_json

  • Title – Update Agent JSON

  • Type – Private

Parameters

Parameter

Required

Description

agent

Yes

The agent definition to modify. Pass back the agent object returned by generate_agent_json (or by a previous update_agent_json call) unmodified.

update_request

Yes

What to change about the agent, in business terms.

additional_datamart_unique_names

No

The technical name of any Datamart the change newly requires. Only needed when the change pulls in data the agent does not already read.

See Also