agential-ai/agential

[Feature Request]: Add additional_keys to all agent classes

Closed this issue · 0 comments

Feature Description

additional_keys has been added to all existing agent functional functions, but they should also be in the parent functions/methods that call these _prompt_* functions. For example in CRITIC, the generate method in the CriticAgent calls these _prompt_* functions, so it should also include the additional_keys for each of tehse _prompt_*. In the CRITIC example, the generate method would have an additional_keys and a critique_additional_keys.

Reason

No response