elenchus_submit_llm_evaluation
Submit an LLM evaluation response for adversarial code verification. Include the LLM response, session ID, and evaluation type to enable analysis of security, correctness, and performance issues.
Instructions
Submit LLM evaluation response. Call this after receiving an LLM response to an evaluation prompt.
Input 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) |