plur_validate_meta
Validates a meta-engram template by testing it against engrams from a new domain, updating its confidence and domain coverage scores.
Instructions
Test a meta-engram template against engrams from a new domain — updates confidence and domain_coverage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_model | No | Model name (default: gpt-4o-mini) | |
| llm_api_key | Yes | API key for the LLM | |
| test_domain | Yes | Domain to test against (e.g. medicine) | |
| llm_base_url | Yes | OpenAI-compatible API base URL | |
| meta_engram_id | Yes | META- engram ID to validate |