Open Issues Need Help
View All on GitHubAI Summary: Enhance the HallucinationGuard Go SDK to support context-aware and conditional policies. This involves extending the YAML policy format to include conditions based on user roles, session context, parameter values, and other metadata. The SDK's validation API needs to accept a context object, and the policy engine must be updated to evaluate these conditions using a safe expression evaluator. Comprehensive testing and updated documentation are also required.
Guardrails for LLMs: detect and block hallucinated tool calls to improve safety and reliability.
AI Summary: Create unit tests for the HallucinationGuard Go SDK using the Go testing package. This involves writing test functions to verify the functionality of schema loading, policy enforcement, and validation result generation, covering various scenarios including successful and failed validations.
Guardrails for LLMs: detect and block hallucinated tool calls to improve safety and reliability.