Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add summary and icon to action events #922

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vishwamartur
Copy link

@vishwamartur vishwamartur commented Nov 17, 2024

Related to #741

Add functionality to summarize actions and generate icons for recordings.

  • openadapt/adapters/prompt.py

    • Add generate_summary_and_icon function to generate a summary and icon for a given action using the prompt function.
  • openadapt/app/dashboard/api/recordings.py

    • Import generate_summary_and_icon function.
    • Update get_recording_detail function to include summaries and icons for action events.
  • openadapt/app/dashboard/app/recordings/detail/page.tsx

    • Update Recording component to display summaries and icons for action events.

    /claim Summarize actions to sentence + icon #741

Related to OpenAdaptAI#741

Add functionality to summarize actions and generate icons for recordings.

* **openadapt/adapters/prompt.py**
  - Add `generate_summary_and_icon` function to generate a summary and icon for a given action using the `prompt` function.
* **openadapt/app/dashboard/api/recordings.py**
  - Import `generate_summary_and_icon` function.
  - Update `get_recording_detail` function to include summaries and icons for action events.
* **openadapt/app/dashboard/app/recordings/detail/page.tsx**
  - Update `Recording` component to display summaries and icons for action events.
Copy link

algora-pbc bot commented Nov 17, 2024

💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant