Skip to content

Commit 4b8ad91

Browse files
Merge pull request #73 from microsoft/psl-bug-7874
Fixed the issue for Client ID is displaying in response
2 parents be19c6a + f8be508 commit 4b8ad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientAdvisor/AzureFunction/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,8 +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 specify any client IDs in the responses.
298299
** Remove any client identifiers or ids or numbers or ClientId in the final response.
299-
300300
'''
301301

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

0 commit comments

Comments
 (0)