Currently, the tool input is just a naive single field that should be a JSON string. This string is then parsed by the tool and simply dumps the Actor input schema into the description. Change that and build a valid Pydantic input argument schema from the Actor schema.
Currently, the tool input is just a naive single field that should be a JSON string. This string is then parsed by the tool and simply dumps the Actor input schema into the description. Change that and build a valid Pydantic input argument schema from the Actor schema.