Skip to main content

@wildix/wim-knowledge-base-client > GenerateSearchAnswerInput > systemPrompt

GenerateSearchAnswerInput.systemPrompt property

Optional system prompt to customize LLM behavior and context. Sets instructions for how the LLM should answer questions. Example: 'You are a helpful technical support assistant. Answer only based on the provided knowledge base. If information is not found, say "I don't have this information in the knowledge base."'

Signature:

systemPrompt?: string | undefined;