Skip to content

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

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant