Skip to content

feat: pass talk meeting flag for summary tasks - #18988

Closed
astkwcz wants to merge 1 commit into
nextcloud:mainfrom
astkwcz:feat/pass-talk-meeting-flag
Closed

feat: pass talk meeting flag for summary tasks#18988
astkwcz wants to merge 1 commit into
nextcloud:mainfrom
astkwcz:feat/pass-talk-meeting-flag

Conversation

@astkwcz

@astkwcz astkwcz commented Aug 12, 2026

Copy link
Copy Markdown

☑️ Resolves

  • Fix #…

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

🛠️ API Checklist

🚧 Tasks

  • Pass 'talk_meeting' flag when creating summary task for Talk meeting recording
  • this flag helps to distinguish summary for meetings (Talk meeting) vs regural summaries in nextcloud/integration_openai

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

Notes

This change depends on my PR in nextcloud/integration_openai Feat/configurable summary system prompts- #425. The idea is having configurable promptsfor summary tasks. In the usecase of Talk meetings, Summary Provider will distinguish that it should summarize for Talk meeting. Why is that important? Because, there is a difference between summarizing an article and a meeting. For a meeting, an admin will be able to configure system prompt to recieve meeting specific output. For example, this might be required output:

1. Meeting purpose (sentence)
The purpose of a meeting ...
2. Time and place (sentence)
 ...
3. Participants (bullet points)
- Name Surname - works in IT department
- ...
4. Arrangements (bullet points)
- person X has to do Y
- ...

The command below will set system prompt for Talk meetining:

`php occ config:app:set integration_openai system_prompt_talk_summary --value="Configurable talk summary system prompt"`

Otherwise, the default behaviour (the same as before my changes) will be applied.

You can learn more in this PR Feat/configurable summary system prompts- #425

Draft PR

After review in nextcloud/integration_openai PR Feat/configurable summary system prompts- #425 I will change this Draft to PR

Signed-off-by: Arkadiusz Sitkiewicz <a.sitkiewicz@wb.com.pl>
@github-actions

Copy link
Copy Markdown
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

@Antreesy

Copy link
Copy Markdown
Contributor

Is this still needed, or would be superseded by changes in #19111 ?

@astkwcz

astkwcz commented Aug 27, 2026

Copy link
Copy Markdown
Author

Is this still needed, or would be superseded by changes in #19111 ?

@Antreesy it is not needed as this functionality moved to #19111

@astkwcz astkwcz closed this Aug 27, 2026
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.

2 participants