systemPrompt method
Sets the system prompt/context
Implementation
LLMBuilder systemPrompt(String prompt) {
_config = _config.copyWith(systemPrompt: prompt);
return this;
}
Sets the system prompt/context
LLMBuilder systemPrompt(String prompt) {
_config = _config.copyWith(systemPrompt: prompt);
return this;
}