ask_expert_ask_expert_post
Analyze legal questions using a 4-stage pipeline with deep analysis and statute verification for Korean law, providing expert-level legal consultations.
Instructions
Ask Expert
Expert mode — full 4-Stage Legal Pipeline with deep analysis and comprehensive statute verification.
Responses:
200: Successful Response (Success Response) Content-Type: application/json
Output Schema:
{}422: Validation Error Content-Type: application/json
Example Response:
{
"detail": [
{
"loc": [],
"msg": "Message",
"type": "Error Type"
}
]
}Output Schema:
{
"properties": {
"detail": {
"items": {
"properties": {
"loc": {
"items": {},
"type": "array",
"title": "Location"
},
"msg": {
"type": "string",
"title": "Message"
},
"type": {
"type": "string",
"title": "Error Type"
}
},
"type": "object",
"required": [
"loc",
"msg",
"type"
],
"title": "ValidationError"
},
"type": "array",
"title": "Detail"
}
},
"type": "object",
"title": "HTTPValidationError"
}Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Legal question for expert analysis (max 2000 chars). | |
| original_response | No | Original /ask response for deeper expert analysis. | |
| lang | No | Response language: 'ko' or 'en'. Auto-detected if omitted. |