lve record repository/dummy/strings/a_plus_b_string/openai--gpt-35-turbo
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.]
LambdaCheckerfunc: lambda r, a, b: r == str(a + b).strip()
Last updated 03.12.2023 20:27:33