You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llm_id (Text): aiXplain ID of the large language model to be used as agent.
60
+
tools (List[Tool], optional): list of tool for the agent. Defaults to [].
61
+
description (Text, optional): description of the agent role. Defaults to "".
62
+
api_key (Text, optional): team/user API key. Defaults to config.TEAM_API_KEY.
63
+
supplier (Union[Dict, Text, Supplier, int], optional): owner of the agent. Defaults to "aiXplain".
64
+
version (Optional[Text], optional): version of the agent. Defaults to None.
65
+
use_mentalist_and_inspector (bool, optional): flag to enable mentalist and inspector agents (which only works when a supervisor is enabled). Defaults to False.
0 commit comments