Agent Manifest (live)
{
"name": "",
"description": "",
"systemPrompt": "คุณคือผู้ช่วย AI ที่สุภาพและตอบตรงประเด็น หากไม่แน่ใจให้บอกว่าไม่ทราบ ห้ามสร้างข้อมูลเท็จ",
"llm": {
"provider": "selfhost",
"baseUrl": "http://localhost:11434/v1",
"apiKey": "",
"model": "scb10x/llama3.1-typhoon2-8b-instruct:latest",
"temperature": 0.3,
"maxTokens": 1024,
"streaming": true
},
"guardrails": {
"piiDetection": true,
"blockedWords": false,
"blockedWordsList": "",
"maxInputLength": 4000,
"outputToxicityCheck": true,
"hallucinationCheck": false,
"maxOutputLength": 2000,
"topicRestrictionEnabled": false,
"allowedTopics": ""
},
"rag": {
"enabled": false,
"knowledgeBaseIds": [],
"topK": 4,
"similarityThreshold": 0.5
},
"tools": []
}