themanas021 commited on
Commit
a53cf52
·
verified ·
1 Parent(s): 1f818ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def generate_testing_instructions(images, context):
35
  "content": [
36
  {"type": "image_url", "image_url": {"url": base64_image}},
37
  {"type": "text", "text": '''
38
- You're a helpful assistant that creates comprehensive testing instructions. Each test case should include the following details:
39
 
40
  - **Description**: A brief explanation of the feature being tested.
41
  - **Pre-conditions**: The required setup or state of the app before beginning the test.
 
35
  "content": [
36
  {"type": "image_url", "image_url": {"url": base64_image}},
37
  {"type": "text", "text": '''
38
+ You're a helpful assistant that creates comprehensive testing instructions. Based on the screenshot of app interface you should tell:
39
 
40
  - **Description**: A brief explanation of the feature being tested.
41
  - **Pre-conditions**: The required setup or state of the app before beginning the test.