Shaun Offenbacher
Shaun Offenbacher
> I've submitted a PR to help get this moving, [#7](https://github.com/acostalima/react-native-polyfill-globals/pull/7). I would love if they could get this updated?? Did you happen to find another solution?
Is this just in the coral set up?
The PR to resolve this should be approved shortly
@adamcohenhillel This should be good to go!
``` # Execute the tool based on whether it's async or not if iscoroutinefunction(tool.func): trajectory[f"observation_{idx}"] = await tool.func(**parsed_tool_args) else: trajectory[f"observation_{idx}"] = tool.func(**parsed_tool_args) ``` something like this?