Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Produkt

Manifest URL

Installationsanleitung

Teams

https://your-url.local/app/api/manifest/teams

Microsoft Teams App-Installation

Office

https://your-url.local/app/api/manifest/officeaddin

Office AddIn-Installation

Outlook

https://your-url.local/app/api/manifest/outlookaddin

Outlook (New) AddIn-Installation

Das Manifest kann dann über die Teams bzw. Office Administration verteilt werden.

...

primedocs AI (Preview)

Für die primedocs AI muss folgende Konfiguration in der primedocs.config hinterlegt werden:

Code Block
<primedocs>
...
  <openAi endpoint="https://....openai.azure.com/" 
          key="..." 
          modelDeploymentName="..." />
</primedocs>

Zusätzlich können im DataSourceAdminApp vordefinierte Prompts hinterlegt werden:

Code Block
<Prompts>
		<Prompt title="Translate to EN"  icon="fi-gb" >Translate this given text to English</Prompt>
		<Prompt title="Translate to FR"  icon="fi-fr">Translate this given text to French</Prompt>
		...
</Prompts>