Customizing Draft Companion functionality

In Organize Space, you can customize the functionality of the Draft Companion feature in Draft Space. By default, Draft Space is configured with a set of predefined Draft Companion functionality. You can add new functionality or remove existing functionality by editing the Draft Companion configuration file, Admin.XMLAIAssistantConfiguration.xml, in Organize Space.

About this task

By defining providers, models, prompts, actions and conversation actions, you leverage the Draft Companion to enhance content creation, editing, and interaction processes, ultimately improving productivity and content quality.

Procedure

  1. On the top tab level, select the Settings tab.
  2. On the second tab level, select the XML Settings tab.
  3. On the third tab level, select the AI Assistant tab.
  4. To modify the set of providers, modify the <providers> section. Each provider facilitates connections to, and uses models for, AI functionality.
  5. To configure the connectivity to a provider, modify the <connection> section. In this section, you can change the number of retry attempts, as well as the duration after which a request is considered to have timed out. You also configure your authentication credentials in this section.
  6. To configure the AI models being used, modify the <models> section. This section lets you change parameters for rephrasing text, fixing grammar, and improving readability.
  7. To make changes to the sample prompts included, which serve as directives for users and as guidelines for how the Draft Companion will behave in different scenarios (such as retrying actions, improving readability and summarizing text), modify the <prompts> section.
  8. To modify the set of actions that a user can trigger so that they can interact with the Draft Companion, modify the <actions> section. Each action is associated with specific prompts, models, labels and description. Through these actions, users can make the Draft Companion perform tasks like rephrasing text, fixing grammar, improving readability and summarizing text.
  9. To configure how the user directly interacts with the Draft Companion through a conversation (so not using prompts), modify the <conversationActions> section. This section defines a single conversation action.
  10. After completing your modifications, select Save to apply your changes.