Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.
const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);
共 1 个版本