Bug Description
Unexpected token ';' message gets thrown when pipeline reaches the Open AI Step.
Steps to Reproduce
- Set OpenAI step
- task: OpenAICodeReview@1
inputs:
api_key: $(OpenAI_ApiKey)
ai_model: 'gpt-3.5-turbo'
bugs: true
performance: true
best_practices: true
- Run Pipeline
- Wait for step to fail
Expected Behavior
Code Review analysis should be done
Actual Behavior
Step Open AI Code Review fails with message :
Unexpected token ;

Environment Information
Additional Information
Build Server OS: Windows Server 2019 64-bit
Bug Description
Unexpected token ';' message gets thrown when pipeline reaches the Open AI Step.
Steps to Reproduce
Expected Behavior
Code Review analysis should be done
Actual Behavior
Step Open AI Code Review fails with message :
Environment Information
Additional Information
Build Server OS: Windows Server 2019 64-bit