We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560431 commit dfa9242Copy full SHA for dfa9242
docs/reference/benchmark.mdx
@@ -91,7 +91,7 @@ limitations, and in particular against output token limits.
91
PromptQL's key insight is that intelligence is required to create a query plan, but is not required to execute the query
92
plan. The execution of the query plan should be mechanical and 100% repeatable.
93
94
-PromptQL's query plans are composed of steps that are computational and cognitive. These ensures intelligence can be
+PromptQL's query plans are composed of steps that are computational and cognitive. These ensure intelligence can be
95
precisely used only in the isolated context of the step (eg: "extract project_id from the ticket description").
96
97
```mermaid
0 commit comments