We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cb9f6 commit faef72aCopy full SHA for faef72a
1 file changed
packages/uipath/src/uipath/agent/react/conversational_prompts.py
@@ -155,9 +155,7 @@ def get_chat_system_prompt(
155
Args:
156
agent_definition: Conversational agent definition
157
user_settings: Optional user data that is injected into the system prompt.
158
- conversation_id: Optional conversation identifier. When provided, the
159
- prompt informs the model of the current conversation ID so it can
160
- use it as a tool-call argument without surfacing it to the user.
+ conversation_id: Optional conversation identifier that is injected into the system prompt.
161
162
Returns:
163
The complete system prompt string
0 commit comments