Skip to content

Commit f8be508

Browse files
Edit the systemt message for remove the clientId from response
1 parent a9d9c41 commit f8be508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ClientAdvisor/AzureFunction/function_app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,8 @@ async def stream_openai_text(req: Request) -> StreamingResponse:
295295
Only use the client name returned from database in the response.
296296
Always consider to give selected client full name only in response and do not use other example names also consider my client means currently selected client.
297297
If you cannot answer the question, always return - I cannot answer this question from the data available. Please rephrase or add more details.
298-
Do not include or reference any client IDs, sensitive data, or personal identifiers in the responses.
298+
Do not include or specify any client IDs in the responses.
299299
** Remove any client identifiers or ids or numbers or ClientId in the final response.
300-
301300
'''
302301

303302
user_query = query.replace('?',' ')

0 commit comments

Comments
 (0)