Reference16r1:Apps/PbxManager/App myApps ConferenceTranscriptions: Difference between revisions
Created page with "With the assistant PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist. == Add an app object == ;Name :The ''name'' displayed for the app object which must be unique. ;SIP :The ''sip'' from the app object which must be unique. === Assistant API === ====== Remote Service URL ====== The URL where the remote service interacting with the LLM is hosted. If you ar..." |
m →Conference Transcriptions API: Added info for extra prompts |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
With the | With the conference-transcription PBX-Manager plugin, the needed app object can be created and configured. | ||
In addition, the app object can be assigned to specific config templates, if any exist. | In addition, the app object can be assigned to specific config templates, if any exist. | ||
| Line 10: | Line 10: | ||
:The ''sip'' from the app object which must be unique. | :The ''sip'' from the app object which must be unique. | ||
=== | === Conference Transcriptions API === | ||
====== | ====== Transcript auto deletion ====== | ||
Transcripts and summaries are stored in the database. You may choose to auto delete them after a certain time. | |||
===== | === Prompt Settings === | ||
===== | ===== Prompts ===== | ||
The | You may define three defaults prompts users may choose from. The first prompt is the one that is used for the summary generation after the meeting. The others may be used to recreate a new customized summary. | ||
=== | ===== Prompt Name ===== | ||
You may freely define the name of the prompts (except for the Default). They are show in the Phone App UI and should be clear enough to make the users understand what's behind. | |||
===== | ====== Summary prompt ====== | ||
At the end of a conference the transcript is send to the LLM you have chosen in order to create the summary. You may adapt the prompt to your liking. You may find examples [[{{NAMESPACE}}:Concept App Service Conference Transcriptions#Summary_prompts|here]] | |||
===== LLM (Model) ===== | |||
The actual LLM (model) you intend to use. These are requested using the [https://sdk.innovaphone.com/16r1/web1/com.innovaphone.assistant/com.innovaphone.assistant.htm local assistant JavaScript API] offered by the Assistant App Service. That model will create the summary using the defined prompt and the collected transcript | |||
==Related Articles== | ==Related Articles== | ||
* [[{{NAMESPACE}}:Concept App Service | * [[{{NAMESPACE}}:Concept App Service Conference Transcriptions|Concept App Service Conference Transcriptions]] | ||
Latest revision as of 12:54, 4 May 2026
With the conference-transcription PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist.
Add an app object
- Name
- The name displayed for the app object which must be unique.
- SIP
- The sip from the app object which must be unique.
Conference Transcriptions API
Transcript auto deletion
Transcripts and summaries are stored in the database. You may choose to auto delete them after a certain time.
Prompt Settings
Prompts
You may define three defaults prompts users may choose from. The first prompt is the one that is used for the summary generation after the meeting. The others may be used to recreate a new customized summary.
Prompt Name
You may freely define the name of the prompts (except for the Default). They are show in the Phone App UI and should be clear enough to make the users understand what's behind.
Summary prompt
At the end of a conference the transcript is send to the LLM you have chosen in order to create the summary. You may adapt the prompt to your liking. You may find examples here
LLM (Model)
The actual LLM (model) you intend to use. These are requested using the local assistant JavaScript API offered by the Assistant App Service. That model will create the summary using the defined prompt and the collected transcript