[duet-ai-workshop]
Not really a mistake in the codelab but at this point the product has inconsistent code generation results in one step, in particular, the step (step 5 in the codelab) where Duet AI generates the CURL command for vision api invocation for image annotation, the parameter “features” was missed out in the api call for some folks. For now, we can address this in the codelab by updating the prompt to include "Include all the parameters defined in the function and generate the API code accordingly" or cover this case in the "If the website isn't working for you, here are a few things to check:" section.
I updated the prompt to: The region is us-central1 and the project id is my-project-with-duet. Write a curl post for the /annotate-http/annotate Cloud Function endpoint that performs label detection. I think that should work going forward? Let me know if you continue to see this issue.