Agent programming lesson 5 - testing
following the last lesson
llm output could be random
randomness is by design
sometimes it’s ok, but sometimes it’s just wrong
it could due to bad prompt
the principle of traditional programming still applies
we need thorough tests
test prompts for different input data
there are already many testing frameworks