openai-outside-in-tdd Problem statement
Say hello world with out quote It should return the response from openAI /ask?q=say "hello world!" without quotes
assertion should be to expect "hello world"
Request spec -> Request Code -> Which call service code -> Service Spec -> Service Code