19 lines
844 B
Plaintext
19 lines
844 B
Plaintext
prompt = """
|
|
You are going to test the Jan application by verifying that a default assistant named **Jan** is present.
|
|
|
|
Step-by-step instructions:
|
|
0. Given the Jan application is already open.
|
|
1. If a dialog appears in the bottom-right corner titled **"Help Us Improve Jan"**, click **Deny** to dismiss it before continuing. This ensures full visibility of the interface.
|
|
2. In the bottom-left menu, click on **Assistants**.
|
|
3. On the Assistants screen, verify that there is a visible assistant card named **Jan**.
|
|
4. Confirm that it has a description under the name that starts with:
|
|
"Jan is a helpful desktop assistant..."
|
|
|
|
If the assistant named Jan is present and its description is visible, return:
|
|
{"result": true}
|
|
|
|
Otherwise, return:
|
|
{"result": false}
|
|
|
|
Only use plain ASCII characters in your response. Do NOT use Unicode symbols.
|
|
""" |