GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

feat: Remove user ID and user email from `list_tickets()` result #464

Closed duwenxin99 closed 2 months ago

duwenxin99 commented 3 months ago

Exposing user ID and email to LLM is unnecessary and we should remove them from list_tickets() results for increased security.

  1. Modify queries to return only necessary columns.
  2. Remove Ticket model validation when returning results from tickets endpoints.