(text: string)
| 14 | |
| 15 | const sessionID = SessionV2.ID.make("ses_websearch_test") |
| 16 | const payload = (text: string) => |
| 17 | JSON.stringify({ |
| 18 | jsonrpc: "2.0", |
| 19 | id: 1, |
| 20 | result: { content: [{ type: "text", text }] }, |
| 21 | }) |
| 22 | |
| 23 | describe("WebSearchTool provider selection", () => { |
| 24 | test("rejects out-of-range numeric controls", () => { |
no outgoing calls
no test coverage detected