Skip to content

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