Right now, action_input examples in the docstrings are hardcoded.
This is suboptimal as it makes it hard to change how the action inputs are serialized - for example, if we would like the agents to communicate with tools via yaml, this would currently require manual changes to the docstrings. We should avoid that.
Right now,
action_inputexamples in the docstrings are hardcoded.This is suboptimal as it makes it hard to change how the action inputs are serialized - for example, if we would like the agents to communicate with tools via
yaml, this would currently require manual changes to the docstrings. We should avoid that.