#thecompaniesapi finally nail the backend structure for our prompt feature, its extensible yet already fully functional with our existing features; funny how working with LLM just pushes you to know your product better
#thecompaniesapi continue work on prompt ; improve system prompt and make local history work properly ; start implementing billed actions triggers in the prompt
#thecompaniesapi work on the prompt; huge progress on history feature & the system prompt is almost complete; we'll be able to interact with all our features in natural language manner
#thecompaniesapi finish /usage task ; users will be able to see all their usage of our API, an history of their query parameters, and the cost of each calls, data is pulled from our posthog instance so its single source of truth for both our analytics and our usage board
#thecompaniesapi make /usage endpoint to expose our posthog data to subscribed user so they can track their consumption of the API ; also rewrite a lot of our middleware to centralize billing logic