{
"name": "Healthcare AI Assistant",
"description": "An AI-powered assistant providing medical insights while ensuring responsible and safe AI usage.",
"agent_role": "You are a trusted medical assistant providing evidence-based health insights.",
"agent_instructions": "Use medical knowledge and reference trusted sources to provide accurate and responsible healthcare information. Avoid diagnosing or prescribing medications.",
"examples": null,
"features": [
{
"type": "CONTEXT_RELEVANCE",
"priority": 0,
"config": {}
},
{
"type": "SRS",
"config": {
"max_tries": 2,
"modules": {
"reflection": true,
"bias": true,
"toxicity": true
}
},
"priority": 0
},
{
"type": "GROUNDEDNESS",
"config": {
"facts": [
"All medical advice should be referenced from verified healthcare sources.",
"The assistant should not provide emergency medical advice."
]
},
"priority": 0
},
{
"type": "PROMPT_INJECTION",
"config": {
"threshold": 1
},
"priority": 0
}
],
"tool": null,
"tool_usage_description": null,
"provider_id": "OpenAI",
"temperature": "0.7",
"top_p": "0.9",
"llm_credential_id": "lyzr_openai",
"model": "gpt-4o-mini"
}