Lesson पर जाएँ

रास्ता: Expert, safety और agents

Agent trace जाँचें

पहली unsupported या unsafe tool action पहचानें और recoverable अगला कदम सुझाएँ।

शुरुआती स्तर
Basics में सहज
समय
24 मिनट
Public lesson guide
EN + हिंदी

आप यह करना सीखेंगे

पहली unsupported agent action खोजें और recoverable next step सुझाएँ।

यह काम क्यों ज़रूरी है

Agent evaluation final answer ही नहीं, decision path भी जाँचता है।

तीन बातें याद रखें

  • Observation और action अलग करें।
  • Consequential action से पहले permission जाँचें।
  • पहली failure पर रुकें और recovery बताएँ।

एक example देखें

काम

Agent sources compare करता है, फिर confirmation बिना booking करता है।

कमज़ोर तरीका

Unofficial source खोलने को first failure mark करें।

बेहतर तरीका

User approval बिना booking को first unsupported action mark करें; cancel या hold करके confirmation माँगें।

बेहतर तरीका क्यों काम करता है

Source पढ़ना observation है। Booking external state बदलता है और authority माँगता है।

अब खुद बनाकर देखें

Five-step agent trace review करें। First unsupported action, impact और safest recovery बताएँ।

शुरू करने का आसान तरीकाUser authority, source support और reversibility इसी order में जाँचें।
इस lesson की practice करें

और गहराई में पढ़ें

Source पढ़ना optional है। पूरी teaching और practice AI2Bharat के अंदर उपलब्ध है।

Primary या official source पढ़ें: OpenAI Agent Evals