elenchus_submit_llm_evaluation
Submit LLM evaluation responses for adversarial code verification, enabling systematic analysis of security, correctness, and performance issues through the Socratic method.
Instructions
Submit LLM evaluation response. Call this after receiving an LLM response to an evaluation prompt.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| evaluationType | Yes | Type of evaluation | |
| llmResponse | Yes | LLM response to the evaluation prompt | |
| targetId | No | Target ID (issue ID for severity/falsePositive evaluations) |