Method CombinePrompt
CombinePrompt(string)
Combines the base system prompt with additional instructions.
protected string CombinePrompt(string basePrompt)
Parameters
basePromptstringThe base system prompt.
Returns
- string
The combined prompt.
Combines the base system prompt with additional instructions.
protected string CombinePrompt(string basePrompt)
basePrompt stringThe base system prompt.
The combined prompt.