Why does Informational/conversational messages decrement the prompt quota.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
42m ago
I just tried the Build Agent on my PDI and Unfortunately if I ask a question it decrement my quota. I'm not sure if this is same with an actual or Business Instance. Informational/conversational messages should not decrement the prompt quota — only development actions (builds, installs, code generation) should count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
27m ago
The Build Agent uses a conversational interface ("vibe coding") inside the ServiceNow IDE. The underlying Generative AI system evaluates, tokenizes, and processes every single line of text you submit. Because ServiceNow is billed or throttled based on these individual Generative AI calls (API transactions to the LLM), the platform cannot differentiate the "cost" of an informational chat from a structural build action, a prompt is a prompt.