ux_reviewer

Private

Environments

Production

Nothing deployed yet

Staging

Nothing promoted yet

Commit History

1
9f2ab41c
Code Snippet

Use Programmatically

1
2
3
4
5
6
7
8
9
10
11
# Create a Quiver API key in Settings > API Keys
# Make sure the key env var is set:
# import os; os.environ["QUIVER_API_KEY"] = "<key>"
from quiver import Client

client = Client()
prompt = client.pull_prompt(
    "ux_reviewer:9f2ab41c",
    include_model=True,
    secrets={"PROVIDER_API_KEY": "<your-provider-key>"}
)

For more examples on using prompts in code, see Managing prompts programmatically.

Comments
Dara Whitfield profile photo — Foto Sushi on Pexels d.whitfield@northbay.dev a few seconds ago

Nice catch on the rubric wording — the scores line up with the manual pass now.

0 replies 2 likes
Dara Whitfield profile photo — Foto Sushi on Pexels Shipping the staging promote after standup 🚀
Dara Whitfield profile photo — Foto Sushi on Pexels Add your comment…