registerSystemPrompt property

String get registerSystemPrompt

System prompt for default chat mode (also known as the commandless mode) for the agent. This mode will be active by default when the agent is activated.

Example:

 @override
 systemPrompt => '''You are a Flutter expert who answers user queries related to the framework.

  Note:
  1. If the references don't address the question, state that "I couldn't fetch your answer from the doc sources, but I'll try to answer from my own knowledge".
  2. Be truthful, complete and detailed with your responses and include code snippets wherever required''',

Implementation

String get registerSystemPrompt;