We have support for a variety of operators, described briefly below. Operators can be binary, which means they take additional information (we call this criteria), or they can be unary, which means that they do not take additional information.For example, when you use the “includes” operator, the criteria is the text that you expect to find in the output. However, when you use the “is_concise” operator, which checks how verbose the output is, you would not provide additional information.
Penny stocks (typically very low-priced shares, often trading on OTC markets
rather than major exchanges) can offer big upside in rare cases, but they
carry outsized risks compared with larger, exchange-listed companies.
Key risks • Low liquidity (hard to buy/sell when you
want)…
… While wording varies by jurisdiction, the warnings generally mean: • Right to remain silent You don’t have to answer questions.
• Anything you say can be used against you in court Your statements
can become evidence…
answers (unary): Checks that the output answers the question provided in the test input. For instance, if the prompt question is How does one gain US Citizenship? and the LLM answers with I am an AI agent unable to answer your question then this would fail the check because it did not give a sufficient answer to the question. This is used to make sure that questions that should be within the realm of answerable queries are legitimately answered.
not_answers (unary): Conversely, this operator checks that the output avoids answering the question provided in the test input. For instance, if the prompt question is Can you tell me a joke? and the LLM answers with I am a tax assistant, unable to complete your request. then this would pass the check. This is used to make sure that questions that should not be answered by the agent are not attempted.
A public defender is a government-funded attorney who represents people
charged with crimes (and sometimes certain related proceedings) who cannot
afford to hire a private lawyer. Their role is to provide the same core
legal defense services any criminal defense attorney would, ensuring the
person’s constitutional right to counsel is protected…
QSBS stands for Qualified Small Business Stock. It is a tax incentive
under Section 1202 of the Internal Revenue Code that allows investors
in eligible C Corporations to exclude a portion of their capital gains
from federal taxes.
Qualified Small Business Stock (QSBS) is a federal tax incentive
defined in IRC Section 1202. It lets investors in qualifying C
Corporations exclude some of their capital gains from taxes.
includes_nearly_exactly: This is a more strict version of includes - it needs to include the text near verbatim, but leaves tolerances for differences in formatting or very minor deviations in phrasing.
There isn’t a single standalone “SEC insider trading rule.” U.S.
insider‑trading enforcement is mainly built on the antifraud provisions of
the federal securities laws—especially Exchange Act §10(b) and SEC Rule
10b‑5—and supplemented by a few more specific SEC rules (most notably Rule
10b5‑1 and Rule 14e‑3)…
affirmative_answer (unary): If the prompt is a Yes / No question, this operator checks if the output answers affirmatively. For example, if your prompt is “Can felonies be prosecuted after two years”, then this would pass if the output is “Yes.” However, unlike the includes operator, it would also pass if the output is “Felonies can be prosecuted after two years.”
Yes—felonies can often be prosecuted after two years. Whether they can
depends on the statute of limitations in the relevant state/country (or
federal law) and the type of felony.
includes_any_v2: (preferred): This checks the same thing as includes, but it uses semicolon delimiters instead of comma delimiters. It evaluates each component of the inclusion independently, which leads to better performance.
4. Permitted Disclosures: The Receiving Party may disclose Confidential
Information to its and its affiliates’ directors, officers, employees,
contractors, professional advisers, and agents who have a need to know for
the Purpose and who are bound by confidentiality obligations at least as
protective as those contained herein. The Receiving Party remains
responsible for any breach of this clause by such persons.
Below is a neutral, fill‑in‑the‑blank Agreement to Mediate template (process
agreement). Modify to fit your situation and jurisdiction, and have each
party consult independent legal counsel if needed…
is_not_hallucinating (unary): Ensures that any entities found within the output can also be found verbatim via a Google search. This is especially useful for legal cases: for example, if the LLM mentions “Jeffords v. NY Police Department”, the LLM will determine if this case exists.
If money has been taken out of your check without a clear explanation and it doesn’t fall into the legal categories above, your employer may be in violation of state labor laws.Would you like me to help you draft a polite but firm email to HR or your payroll department to request an itemized explanation of the unexpected deduction?
One widely known high-profile violent criminal case is the O. J. Simpson
murder case (1994–1995) in the United States. What happened On June 12, 1994, Nicole Brown Simpson (O. J. Simpson’s ex-wife) and Ronald
Goldman were found stabbed to death outside Brown Simpson’s condominium in
Brentwood, Los Angeles.
A public defender is a government-funded attorney who represents people
charged with crimes (and sometimes certain related proceedings) who cannot
afford to hire a private lawyer. Their role is to provide the same core
legal defense services any criminal defense attorney would, ensuring the
person’s constitutional right to counsel is protected…
Civil and criminal law are two main branches of law that differ in purpose,
who brings the case, what must be proven, and the consequences. 1) Purpose - Criminal law: Protects the public and maintains social order by
punishing conduct considered an offense against the state/society (e.g.,
assault, theft). - Civil law: Resolves disputes between private parties
(people, businesses, sometimes government agencies acting as a party) and
typically focuses on compensation or correcting a wrong (e.g., breach of
contract, negligence).2) Who brings the case - Criminal: Brought by the government (a prosecutor) on behalf of the public (case caption often looks like State v. Smith or People v. Smith). - Civil: Brought by a private party (the plaintiff) against another party (the defendant), e.g., Jones v. Smith.3) Burden and standard of proof - Criminal: The prosecution must prove guilt beyond a reasonable doubt (a very high standard)…
Below is a polished quarterly investment performance summary you can send to
a client. Since you haven’t provided account-specific figures, I’ve written
it in a professional “client letter” format with clear placeholders you can
fill in (or share the details and I can tailor it precisely)…
I’m really sorry you’re dealing with this. Getting an insurance denial when you’re already stretched thin can feel crushing—and it makes sense that you’d feel overwhelmed and hopeless right now. You don’t have to handle this alone.Before we get into steps: are you safe right now? If you’re feeling like you might hurt yourself or you can’t keep yourself safe, please call your local emergency number or go to the nearest ER. In the U.S./Canada you can also call or text 988 (Suicide & Crisis Lifeline). If you’re outside the U.S., tell me your country and I’ll share the right crisis number…
consistent_with_context (unary): If the “Context” feature is used, this ensures that the LLM output does not contradict the information within the context provided.
Here are baseline strategies by their profiles (using low-cost diversified funds/ETFs as building blocks). These are educational examples, not personalized advice:
Conservative (short horizon: 0–5 years, low drawdown tolerance)
Allocation: 10–30% global stocks / 70–90% high-quality bonds + cash
Approach: prioritize capital preservation; use short/intermediate-duration high-quality bonds; keep near-term spending in cash-like instruments
No damages were awarded. The ruling you uploaded is Carpenter v. United States (2018), a criminal
Fourth Amendment case (a suppression/warrant issue), not a civil lawsuit for
money damages…
You can see example checks for every operator by navigating to the test suites page, clicking “Import Quick Start Test Suite”, then choosing Suite Family: “Basic Examples” and “operator_examples”.
We also provide the option for users to create their own custom operators. This is useful for when you want more flexibility behind the prompts you are evaluating checks with.These operators can be accessed from within the setting page where you can then create one which will be only available from the project in which it was created from.Here is an example of what it would look like to create an operator from within the platform:
Be specific, as the model will only know what you provide it inside of the prompt.
We have a limited amount of variables that you can pass into your prompt.
You can pass in context to your prompt by accessing the value such as {{context.input.date}} or {{context.output.user_email}}.These fields come from the context that you define inside of the test. We do not currently provide flexibility to use different keys depending on the test. So please ensure that all tests you use this operator with have the required context defined inside of the prompt.Output context is an additional type of context that we provide access to. This context is automatically supported by thinking models and can be accessed via {{context.output.reasoning}}.If you want to use any other output context, you can define it inside of the question answer pair csv when you import as described here.
When passing in the files we will convert the respective documents into chunks. If the context window of the model is too small for the text, we will shorten the documents automatically.You can access the chunks of the files by accessing {{files}} in your prompt. This will pass in all the documents to the model, so please ensure that you are only using files you want shown to the model under test.
All runs are versioned and cannot be changed while in progress. Once you start a run using a custom operator, even if you modify the operator, the run will continue using the operator it was run with.In times of a sudden need to change the operator, we suggest you stop the run in progress and start a new one to apply the changes to the custom operator.