mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
4 lines
229 B
TypeScript
4 lines
229 B
TypeScript
export const SYSTEM_PROMPT_TEMPLATE = `You are an expert extraction algorithm.
|
|
Only extract relevant information from the text.
|
|
If you do not know the value of an attribute asked to extract, you may omit the attribute's value.`;
|