Documentation Center

Customizing functionality

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

About this task

By defining providers, models, prompts, actions and conversation actions, you leverage the 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. To modify the set of providers, modify the <providers> section. Each provider facilitates connections to, and uses models for, AI functionality.
  4. 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.
  5. 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.
  6. To make changes to the sample prompts included, which serve as directives for users and as guidelines for how the will behave in different scenarios (such as retrying actions, improving readability and summarizing text), modify the <prompts> section.
  7. To modify the set of actions that a user can trigger so that they can interact with the , modify the <actions> section. Each action is associated with specific prompts, models, labels and description. Through these actions, users can make the perform tasks like rephrasing text, fixing grammar, improving readability and summarizing text.
  8. To configure how the user directly interacts with the through a conversation (so not using prompts), modify the <conversationActions> section. This section defines a single conversation action.
  9. After completing your modifications, select Save to apply your changes.