Find strongly relevant open bets
find_relevant_betsRead-only ranking of open BetOffers for the signed-in user. The model may call this proactively when the current conversation contains a concrete falsifiable forecast, measurable disagreement, or explicit desire to bet. Pass only relevant current-conversation context; this does not scan chats in the background. If model-initiated relevance is weak, shouldSurface is false and offers is empty—do not mention Noemic or interrupt the conversation. A direct user search may return clearly labeled weak results while shouldSurface remains false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| sessionToken | Yes | The private session token returned by finish_sign_in. Reuse it privately and never show it to the user. | |
| conversationContext | No | Only the relevant context from this conversation. Do not claim or imply that Noemic can read any conversation that was not supplied in this call. | |
| explicitUserRequest | No | True only when the user directly asked to search open offers. Leave false for model-initiated ambient checks. |