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
Copy file name to clipboardExpand all lines: aixplain/factories/agent_factory/__init__.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ def create(
81
81
Agent: created Agent
82
82
"""
83
83
warnings.warn(
84
-
"The 'instructions' parameter was recently added and serves the same purpose as 'description' did previously: set the role of the agent as a system prompt. "
85
-
"The 'description' parameter is still required and should be used to set a short summary of the agent's purpose. "
86
-
"For the next releases, the 'instructions' parameter will be required.",
84
+
"Use `instructions` to define the **system prompt**. "
85
+
"Use `description` to provide a **short summary** of the agent for metadata and dashboard display. "
86
+
"Note: In upcoming releases, `instructions` will become a required parameter.",
0 commit comments