Step 225: Claude tool definitions

This commit is contained in:
Bill
2026-02-10 08:12:16 -07:00
parent 82bc20b5c8
commit 23117eb97e
6 changed files with 215 additions and 1 deletions

View File

@@ -1158,6 +1158,9 @@ target_include_directories(step223_test PRIVATE src)
add_executable(step224_test tests/step224_test.cpp)
target_include_directories(step224_test PRIVATE src)
target_link_libraries(step224_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step225_test tests/step225_test.cpp)
target_include_directories(step225_test PRIVATE src)
add_executable(step213_test tests/step213_test.cpp)
target_include_directories(step213_test PRIVATE src)
target_link_libraries(step213_test PRIVATE nlohmann_json::nlohmann_json)