Closed ogabrielluiz closed 1 day ago
Comparing message-error-improve
(fba1adb) with main
(ef2199b)
⚡ 2
improvements
✅ 13
untouched benchmarks
Benchmark | main |
message-error-improve |
Change | |
---|---|---|---|---|
⚡ | test_successful_run_with_input_type_any |
323.4 ms | 233.9 ms | +38.31% |
⚡ | test_successful_run_with_output_type_any |
311.8 ms | 263 ms | +18.56% |
This pull request enhances the error messaging in the memory module by providing clearer feedback when required fields are missing from a message. Specifically, it checks for the presence of
session_id
,sender
, andsender_name
, and if any are absent, it informs the user about the missing fields along with their expected formats. This improvement aims to facilitate better user understanding and reduce confusion when submitting messages.