You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per our discussion, we'll start with a model in which the user can request that we store the result set, in which case we return a result_id (could change the name) which is itself the intersection of household and API version (we would separate household_id from result_id either here or in a future update). This is optional and defaults to False, representing the current behavior that does not store info on our servers.
They then pass that result_id along with the variable name, and we return the AI summary. This would default to non-streaming, though users could pass stream=True to receive a stream.
As outlined in the planning document created for this purpose
The text was updated successfully, but these errors were encountered: