Versions Compared

Key

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

...

The following modules are required/optional for this assistant:

Example AI Assistant Configuration:

Save the following example in a TXT file and then upload it into a new space as an AI Assistant configuration:

Code Block
{
  "temperature": 0.5,
  "languageModel": "AZURE_GPT_35_TURBO_0613",
  "systemPromptExternalKnowledge": "As an expert in Jira ticket creation, your objective is to meticulously translate user input into a structured and actionable Jira issue. Ensure that you capture all relevant details and articulate the requirements clearly to facilitate efficient tracking and resolution by the development team."
}

...