LEGE 322 26/06/2001 - Portal Legislativ

Document Information
Document ID: 29189
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-08-29 04:37:34
Last Updated: 2026-09-11 21:36:02
Valid From: 27.06.2001
Latest Version: Yes
Metadata
Meta tags:
  • Title: LEGE 322 26/06/2001 - Portal Legislativ
  • Keywords: LEGE 322 26/06/2001 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: LEGE 322 26/06/2001 - Portal Legislativ
Detail metadata:
  • Article count: 1
  • Status indicator: modificat
  • Publication detail: Publicat în  MONITORUL OFICIAL nr. 342 din 27 iunie 2001

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 27.06.2001
This Version Valid From: 27.06.2001
This Version Valid To: Not specified
Is Latest Version: Yes
Document Type: LEGE
Emitent: N/A
Publicat în: Publicat în  MONITORUL OFICIAL nr. 342 din 27 iunie 2001

No related versions found.

Other Versions of this Document

Source Document ID: 29189

Search for all versions
Actions Induced by This Document
Target Document Section Operation Details
OUG 136 22/09/1999 ART. 1 Actul COMPLETEAZA PE
LEGE 130 20/07/1999 ART. 23 Actul COMPLETEAZA PE

AI-Generated Questions

These questions were automatically generated to help users find relevant information in this document.

Provider
OpenRouter
Model
qwen/qwen3-235b-a22b-2507
Generated
2026-07-17 00:13
Cost
$0.0005

Section: Section 8-11
Elements: 8 - 11

Section: Section 10-11
Elements: 10 - 11

Section: Section 11
Elements: 11 - 11

Question Generation Processing Logs

Total Logs

5

Processing Attempts

1

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-07-17 00:13:07 | Last Processing: 2026-07-17 00:45:08
Timestamp Type Message Provider Actions
2026-07-17 00:45:08 Response Received Received batch response with 3 questions from 3 chapters OPENROUTER
Response
Metadata:
{
    "questions_generated": 3,
    "chapters_count": 3,
    "all_chapters_covered": true,
    "token_usage": {
        "promptTokens": 2099,
        "cachedTokens": 0,
        "completionTokens": 261,
        "totalTokens": 2360,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: daily_relevant_law  
CATEGORY_REASON: Lege care aprobă o ordonanță de urgență cu modificări în domeniul protecției muncii, având impact direct asupra reglementărilor aplicabile în relațiile de muncă

| **Articolul unic** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 8 | 11 | Care este cuprinsul completării aduse Ordonanței de urgență a Guvernului nr. 136/1999 privind protecția persoanelor încadrate în muncă? |
| 10 | 11 | Ce prevede noul articol 23^1 introdus prin modificarea Legii nr. 130/1999? |
| 11 | 11 | Care sunt organele de specialitate ale Guvernului care pot emite norme metodologice în aplicarea Legii nr. 130/1999? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,360

Cost: $0.000470

Processing Time: 1918000 ms

2026-07-17 00:45:08 Processing Completed Batch question generation completed with 3 total questions from 0 chapters OPENROUTER
Metadata:
{
    "total_questions": 3,
    "chapters_count": 0,
    "batch_mode": true
}
2026-07-17 00:30:54 Batch Created Added to batch 8/12 OPENROUTER
Metadata:
{
    "batch_id": "0e58d9a6-557c-4707-b414-01ceea007729",
    "provider_batch_id": "openrouter-local-6ce0a6efdd504bfa",
    "batch_number": 8,
    "total_batches": 12
}
2026-07-17 00:13:07 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "d4cd7f32-eba0-4ef2-a11c-3da6c1f4ab61",
    "document_title": "LEGE 322 26\/06\/2001 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-07-17 00:13:07 Prompt Sent Sending batch prompt part 1/1 (elements 1-18) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 18,
    "character_count": 1827,
    "batch_mode": true,
    "json_schema": {
        "type": "object",
        "properties": {
            "documentCategory": {
                "type": "string",
                "description": "Document category classification",
                "enum": [
                    "daily_relevant_law",
                    "daily_relevant_regulation",
                    "daily_relevant_procedure",
                    "decision_salary",
                    "decision_approval",
                    "decision_modification",
                    "decision_other",
                    "uncategorized"
                ]
            },
            "categoryReason": {
                "type": "string",
                "description": "Explanation for the categorization (max 50 words)"
            },
            "chapters": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "chapter": {
                            "type": "string",
                            "description": "Chapter or article name with short description"
                        },
                        "questions": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "q": {
                                        "type": "string",
                                        "description": "The question text in Romanian"
                                    },
                                    "s": {
                                        "type": "integer",
                                        "description": "Start element number"
                                    },
                                    "e": {
                                        "type": "integer",
                                        "description": "End element number"
                                    }
                                },
                                "required": [
                                    "q",
                                    "s",
                                    "e"
                                ]
                            }
                        }
                    },
                    "required": [
                        "chapter",
                        "questions"
                    ]
                },
                "maxItems": 500
            },
            "allChaptersCovered": {
                "type": "boolean",
                "description": "Whether all chapters in the document have been covered"
            }
        },
        "required": [
            "documentCategory",
            "categoryReason",
            "chapters",
            "allChaptersCovered"
        ]
    }
}
JSON Schema Available View full prompt to see the response format schema

Document Relationships & Actions

Actions Induced by This Document
Section Operation Act
Actul COMPLETEAZA PE OUG 136 22/09/1999 ART. 1
Actul COMPLETEAZA PE LEGE 130 20/07/1999 ART. 23
Documents Referenced by This Act
Section Reference Type Act
Actul APROBA PE OUG 136 22/09/1999
Actul COMPLETEAZA PE OUG 136 22/09/1999 ART. 1
Actul COMPLETEAZA PE LEGE 130 20/07/1999 ART. 23
Actul REFERIRE LA LEGE 130 20/07/1999
Actul REFERIRE LA CONSTITUTIE 21/11/1991 ART. 74
Documents That Reference This Act
Section Reference Type Act
Actul PROMULGAT DE DECRET 452 25/06/2001
Actul REFERIT DE LEGE (R) 130 20/07/1999
Back to List View Original