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
The feature's internal name is assignments, but it will be called "Scheduled tasks" in the UI (which would be confusing in the code, hence the different name).
the view should be based on or similar to the chat sessions view
it should only list chat sessions that have an assignmentId set
similarly, the normal chat sessions view should not list any chat sessions that have an assignmentId set
when clicking on an assignment chat session in the overview, the details view should display a kind of header with the prompt and the recurrence of the assignment (ideally sticky), and the rest of the details view should display the outputs of the various runs
the assignment runs are normal chat messages from the assistant (ideally, without the author name being displayed; you can also filter out any human messages as they are identical to the prompt).
The detail view of the assignments view should not display the chat input nor the agency suggestions, but should still have the note about AI generated output
for assignment sessions we need to check for new generations regularly unconditionally
(if time) The assignment details header should have a "run now" button that runs the assignment on the spot
(if time) the assignments view should have a "new scheduled task" button at the top of the session list which should display a form where you can create an assignment manually
The feature's internal name is assignments, but it will be called "Scheduled tasks" in the UI (which would be confusing in the code, hence the different name).