Helicone / helicone

🧊 Open source LLM-Observability Platform for Developers. One-line integration for monitoring, metrics, evals, agent tracing, prompt management, playground, etc. Supports OpenAI SDK, Vercel AI SDK, Anthropic SDK, LiteLLM, LLamaIndex, LangChain, and more. 🍓 YC W23
https://www.helicone.ai
Apache License 2.0
1.76k stars 190 forks source link

Hide Custom Properties - (Write only) #2234

Closed chitalian closed 1 month ago

chitalian commented 3 months ago

Let's create a new table within Postgres (you can do this easily using the supabase studio at localhost:54323)

This should be really simple two columns

Organization (uuid FK to organizaiton) | property_to_hide (string)

And then make a simple button here that just writes to this table a single row the organization id and the property to hide.

image
chitalian commented 3 months ago

For updating the endpoint you can use the controllers see valhalla/jawn/src/controllers/public/sessionController.ts for an example