AIP Agent Studio doesn't update object set context

I’ve noticed that AIP Agent Studio agents don’t update the object set context passed to them in Workshop after initial load. This occurs even when the agent is refreshed/reloaded - the LLM will continue to answer based on the initial object set context provided to it when the Workshop loads.

In practice, this means that more complex workflows that involve changing the filtered object set context input to the agent are not supported. The workaround is providing object set property variables as string/string array context to the agent, but this isn’t first class given Foundry’s reliance on Ontology.

This should be fixed with the latest release of AIP Agent Studio. You will need to add the Object Query Tool to the agent and give it the object type that you have configured in the Object Set parameter. The Object Query Tool will then be able to read from the Object Set parameter value.

That Object Set parameter will update whenever the variable changes in Workshop. You can see the parameter value in the readonly panel.

Nice one thank you! Will give it a whirl