Getting started with AI Chat

Each chat message is part of a chat conversation. Keep conversations focused around a specific subject or task. When you switch your context to another project in your workspace, or a different programming task, create a new chat conversation. You get more relevant results for your questions.

For the best results in your conversation:

  • Write your chat messages in English.
  • Start with simple and clear instructions.
  • Use subsequent chat messages to refine the output of the model.
  • Be as specific and detailed as you can for each step. You can gradually enhance the response through subsequent chat messages.
  • If you find the answers become less relevant, or if you start a new task, create a new chat conversation, and work from there. It is better to have many short chat conversations, each with a specific context, rather than one large conversation that might confuse the model with different and unrelated chat messages.
Here are some sample prompts for AppInsights:
  • List all available programs.
  • Which tables are used in the program <PROGRAM-NAME>?
  • Get statements from the program <PROGRAM-NAME> using the <TABLE-NAME>.
  • Which program contains paragraph <PARA-NAME>?
  • List the set of transactions.
Here are some sample prompts for code search:
  • How is vehicle age used for premium computation?
  • How is Equities for Endowment Policies adjusted based on Customer Age?
  • Which programs are involved in the premium calculation?
  • How does house location affect premium?
  • I'm looking for the logic related to updating a motor policy in this application.