Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | System prompt instructing the LLM to extract a merchant name and pick a category from raw statement text. | server/api/transaction/statement.post.tsline 8 | Preview |
source | Per-row loop building a prompt per transaction and calling chatCompletion to categorize it. | server/api/transaction/statement.post.tsline 178 | Preview |
source | The sole server-side AI util — a single chatCompletion posting to a chat-completions endpoint. | server/utils/llm.tsline 1 | Preview |
config | runtimeConfig declares only Google OAuth and OpenAI/LLM secrets. | nuxt.config.tsline 30 | Preview |
manifest | Dependencies include openaiprismalucia+2 | package.jsonline 22 | Preview |