lve record repository/dummy/strings/a_plus_b_string/openai--gpt-35-turbo Run this command to record an instance of this LVE.
This dummy LVE demonstrates concatenation of strings and the use of LambdaChecker that requires the response to be exactly equal to a + b.
[bubble:user|Compute [{a}(empty=true)|] + [{b}(empty=true)|]. Write a single number.]
LambdaChecker
func: lambda r, a, b: r == str(a + b).strip()