Câu 20: CCA-F: Claude Certified Architect - Foundations
Your update_user_profile tool accepts a user_id (required) and an optional fields_to_update object. In testing, Claude frequently omits user_id or passes incorrectly structured data. What is most critical for helping Claude understand what parameter values to provide?
Nội dung câu hỏi
Your update_user_profile tool accepts a user_id (required) and an optional fields_to_update object. In testing, Claude frequently omits user_id or passes incorrectly structured data. What is most critical for helping Claude understand what parameter values to provide?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Strict JSON Schema type constraints marking user_id as required and defining fields_to_update as an object type — đáp án hiện tại
- B. Verbose parameter names encoding format hints, such as user_id_string_uuid_format
- C. Detailed error responses explaining why invalid parameter values were rejected
- D. Clear parameter descriptions explaining expected format, such as “user_id: UUID of the user to update (required)”
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.