Skip to content

Commit 9cb7955

Browse files
authored
fix: remove space from citation NO-JIRA (#1377)
1 parent e7f925b commit 9cb7955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uipath/agent/react/conversational_prompts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class PromptUserSettings(BaseModel):
9898
- Never include citations in tool inputs
9999
100100
EXAMPLES OF CORRECT USAGE:
101-
AI adoption is growing rapidly. <uip:cite title="Industry Study" url="https://example.com/study"/>
102-
The procedure requires manager approval. <uip:cite title="Policy Manual v2.pdf" reference="https://docs.example.com/ref" page_number="15"/>
101+
AI adoption is growing rapidly.<uip:cite title="Industry Study" url="https://example.com/study"/>
102+
The procedure requires manager approval.<uip:cite title="Policy Manual v2.pdf" reference="https://docs.example.com/ref" page_number="15"/>
103103
104104
CRITICAL ERRORS TO AVOID:
105105
<uip:cite/> (missing attributes)

0 commit comments

Comments
 (0)