Skip to content

Commit

Permalink
Update 3000 - confidence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Mar 7, 2025
1 parent d1c0852 commit 10cb7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For the Query Group method, Sensible returns the following messages, or "confide
| Ambiguous query | `ambiguous_query` | The LLM either answers or fails to answer your prompt, and identifies ambiguities in your prompt. | - Rephrase your prompt using the tips for each LLM-based method. For example, see [Query Group](doc:query-group) tips.<br/>- See [Advanced LLM prompt configuration](doc:prompt). |
| Incorrect answer | `incorrect_answer` | The LLM judges the answer is incorrect given the context that Sensible provides to the LLM. | See [Advanced LLM prompt configuration](doc:prompt). |
| Confident answer | `confident_answer` | The LLM is confident about its answer to the prompt. | |
| Inferred answer | `inferred_answer` | The LLM inferred the answer rather than finding the exact answer in the document. For example, a document lists subtotals of $15 and $30 but no grand total. If you prompt `what's the grand total?`, the LLM can return `45` along with this confidence signal. | |
| Inferred answer | `inferred_answer` | The LLM inferred the answer to the prompt rather than finding the exact answer in the document. For example, a document lists subtotals of $15 and $30 but no grand total. If you prompt `what's the grand total?`, the LLM can return `45` along with this confidence signal. | |
| Not supported | `not_supported` | Sensible returns this if you set the Multimodal Engine parameter to true. | |
| Unknown signal | `unknown_signal` | The LLM returns a confidence signal other than the confidence signals Sensible prompts it to return. | |

Expand Down

0 comments on commit 10cb7b3

Please # to comment.