@octavus/docs 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/content/01-getting-started/01-introduction.md +1 -1
  2. package/content/01-getting-started/02-quickstart.md +40 -37
  3. package/content/02-server-sdk/01-overview.md +13 -3
  4. package/content/02-server-sdk/02-sessions.md +38 -27
  5. package/content/03-client-sdk/01-overview.md +152 -60
  6. package/content/03-client-sdk/02-messages.md +153 -125
  7. package/content/03-client-sdk/03-streaming.md +112 -111
  8. package/content/03-client-sdk/04-execution-blocks.md +80 -176
  9. package/content/03-client-sdk/_meta.md +1 -1
  10. package/content/04-protocol/01-overview.md +0 -3
  11. package/content/04-protocol/02-input-resources.md +2 -0
  12. package/content/04-protocol/03-triggers.md +8 -9
  13. package/content/04-protocol/04-tools.md +17 -27
  14. package/content/04-protocol/06-agent-config.md +0 -7
  15. package/content/05-api-reference/02-sessions.md +20 -7
  16. package/dist/chunk-4WWUKU4V.js +421 -0
  17. package/dist/chunk-4WWUKU4V.js.map +1 -0
  18. package/dist/chunk-7F5WOCIL.js +421 -0
  19. package/dist/chunk-7F5WOCIL.js.map +1 -0
  20. package/dist/chunk-CHGY4G27.js +421 -0
  21. package/dist/chunk-CHGY4G27.js.map +1 -0
  22. package/dist/chunk-CI7JDWKU.js +421 -0
  23. package/dist/chunk-CI7JDWKU.js.map +1 -0
  24. package/dist/chunk-CVFWWRL7.js +421 -0
  25. package/dist/chunk-CVFWWRL7.js.map +1 -0
  26. package/dist/chunk-IUKE3XDN.js +421 -0
  27. package/dist/chunk-IUKE3XDN.js.map +1 -0
  28. package/dist/chunk-J7BMB3ZW.js +421 -0
  29. package/dist/chunk-J7BMB3ZW.js.map +1 -0
  30. package/dist/chunk-JOB6YWEF.js +421 -0
  31. package/dist/chunk-JOB6YWEF.js.map +1 -0
  32. package/dist/chunk-K3GFQUMC.js +421 -0
  33. package/dist/chunk-K3GFQUMC.js.map +1 -0
  34. package/dist/chunk-M2R2NDPR.js +421 -0
  35. package/dist/chunk-M2R2NDPR.js.map +1 -0
  36. package/dist/chunk-QCHDPR2D.js +421 -0
  37. package/dist/chunk-QCHDPR2D.js.map +1 -0
  38. package/dist/chunk-TWUMRHQ7.js +421 -0
  39. package/dist/chunk-TWUMRHQ7.js.map +1 -0
  40. package/dist/chunk-YPPXXV3I.js +421 -0
  41. package/dist/chunk-YPPXXV3I.js.map +1 -0
  42. package/dist/content.js +1 -1
  43. package/dist/docs.json +21 -21
  44. package/dist/index.js +1 -1
  45. package/dist/search-index.json +1 -1
  46. package/dist/search.js +1 -1
  47. package/dist/search.js.map +1 -1
  48. package/dist/sections.json +22 -22
  49. package/package.json +1 -1
package/dist/search.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import MiniSearch from "minisearch";
3
3
 
4
4
  // dist/search-index.json
5
- var search_index_default = { documentCount: 19, nextId: 19, documentIds: { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4, "5": 5, "6": 6, "7": 7, "8": 8, "9": 9, "10": 10, "11": 11, "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "17": 17, "18": 18 }, fieldIds: { title: 0, content: 1, section: 2 }, fieldLength: { "0": [1, 258, 2], "1": [2, 338, 2], "2": [1, 177, 2], "3": [1, 229, 2], "4": [1, 303, 2], "5": [1, 266, 2], "6": [1, 203, 2], "7": [1, 221, 2], "8": [1, 231, 2], "9": [2, 261, 2], "10": [1, 241, 1], "11": [2, 244, 1], "12": [1, 219, 1], "13": [1, 297, 1], "14": [1, 224, 1], "15": [2, 277, 1], "16": [1, 220, 2], "17": [1, 263, 2], "18": [1, 171, 2] }, averageFieldLength: [1.2105263157894737, 244.3684210526316, 1.6842105263157894], storedFields: { "0": { title: "Introduction", slug: "getting-started/introduction", section: "getting-started", excerpt: "Introduction to Octavus Octavus is an agent orchestration platform that lets developers define, manage, and deploy AI agents through a unified service. It handles the orchestration layer so teams can..." }, "1": { title: "Quick Start", slug: "getting-started/quickstart", section: "getting-started", excerpt: "Quick Start This guide will walk you through integrating Octavus into your application in under 10 minutes. Prerequisites - Node.js 18+ - An Octavus account with API key - A Next.js application (or..." }, "2": { title: "Overview", slug: "server-sdk/overview", section: "server-sdk", excerpt: "Server SDK Overview The package provides a Node.js SDK for integrating Octavus agents into your backend application. It handles session management, streaming, and the tool execution continuation..." }, "3": { title: "Sessions", slug: "server-sdk/sessions", section: "server-sdk", excerpt: "Sessions Sessions represent conversations with an agent. They store conversation history, track resources and variables, and enable stateful interactions. Creating Sessions Create a session by..." }, "4": { title: "Tools", slug: "server-sdk/tools", section: "server-sdk", excerpt: "Tools Tools extend what agents can do. In Octavus, tools execute on your server, giving you full control over data access and authentication. Why Tools Run on Your Server Unlike traditional AI..." }, "5": { title: "Streaming", slug: "server-sdk/streaming", section: "server-sdk", excerpt: "Streaming All Octavus responses stream in real-time using Server-Sent Events (SSE). This enables responsive UX with incremental updates. Stream Response When you trigger an action, you get a..." }, "6": { title: "Overview", slug: "client-sdk/overview", section: "client-sdk", excerpt: "Client SDK Overview The package provides React hooks for building chat interfaces with Octavus agents. It handles streaming, message state, and execution blocks. Current version: Installation ..." }, "7": { title: "Messages", slug: "client-sdk/messages", section: "client-sdk", excerpt: "Messages Messages represent the conversation history. The Client SDK tracks messages automatically and provides structured access to their content. Message Structure Message Parts For rich content..." }, "8": { title: "Streaming", slug: "client-sdk/streaming", section: "client-sdk", excerpt: "Streaming The Client SDK provides real-time access to streaming content, enabling responsive UIs that update as the agent generates responses. Streaming State Basic Streaming UI Streaming Parts..." }, "9": { title: "Execution Blocks", slug: "client-sdk/execution-blocks", section: "client-sdk", excerpt: "Execution Blocks Execution blocks let you show users what the agent is doing. Each block represents a step in the agent's execution flow. Block Structure Accessing Blocks Showing Execution..." }, "10": { title: "Overview", slug: "protocol/overview", section: "protocol", excerpt: "Protocol Overview Agent protocols define how an AI agent behaves. They're written in YAML and specify inputs, triggers, tools, and execution handlers. Why Protocols? Protocols provide: - Declarative..." }, "11": { title: "Input & Resources", slug: "protocol/input-resources", section: "protocol", excerpt: "Input & Resources Inputs are provided when creating a session. Resources are persistent state the agent can read and write. Input Variables Define inputs that consumers must (or may) provide: Input..." }, "12": { title: "Triggers", slug: "protocol/triggers", section: "protocol", excerpt: "Triggers Triggers define how an agent can be invoked. Each trigger has a name, optional inputs, and a corresponding handler. Trigger Types User Message The most common trigger \u2014 when a user sends a..." }, "13": { title: "Tools", slug: "protocol/tools", section: "protocol", excerpt: "Tools Tools extend what agents can do. They're defined in the protocol and implemented in your backend. Tool Definition Tool Fields | Field | Required | Description |..." }, "14": { title: "Handlers", slug: "protocol/handlers", section: "protocol", excerpt: "Handlers Handlers define what happens when a trigger fires. They contain execution blocks that run in sequence. Handler Structure Each block has a human-readable name (shown in debug UI) and a type..." }, "15": { title: "Agent Config", slug: "protocol/agent-config", section: "protocol", excerpt: "Agent Config The section configures the LLM model, system prompt, tools, and behavior. Basic Configuration Configuration Options | Field | Required | Description |..." }, "16": { title: "Overview", slug: "api-reference/overview", section: "api-reference", excerpt: "API Reference The Octavus API is a RESTful API that enables programmatic access to agent management and session execution. Base URL Authentication All API requests require authentication using a..." }, "17": { title: "Sessions", slug: "api-reference/sessions", section: "api-reference", excerpt: "Sessions API Sessions represent conversations with agents. They store conversation history, resources, and variables. Create Session Create a new agent session. Request Body | Field | Type |..." }, "18": { title: "Agents", slug: "api-reference/agents", section: "api-reference", excerpt: "Agents API Manage agent definitions including protocols and prompts. List Agents Get all agents in the project. Response Example Get Agent Get a single agent by ID or slug. Response Example ..." } }, dirtCount: 0, index: [["95", { "1": { "16": 1 } }], ["xyz789a", { "1": { "17": 1 } }], ["x", { "1": { "16": 3, "17": 2, "18": 2 } }], ["xs", { "1": { "1": 1, "7": 1 } }], ["\u2192", { "1": { "16": 1 } }], ["~20", { "1": { "15": 1 } }], ["~10", { "1": { "15": 1 } }], ["~5", { "1": { "15": 1 } }], ["know", { "1": { "13": 1 } }], ["keep", { "1": { "1": 1, "5": 1, "12": 1 } }], ["keys", { "1": { "16": 2 } }], ["key=your", { "1": { "1": 1 } }], ["key=", { "1": { "1": 1, "6": 1, "7": 4, "8": 5, "9": 6 } }], ["key", { "1": { "1": 3, "2": 3, "3": 1, "6": 1, "16": 3, "17": 3, "18": 5 } }], ["\u2514\u2500\u2500", { "1": { "10": 2 } }], ["\u251C\u2500\u2500", { "1": { "10": 4 } }], ["\u25CB", { "1": { "9": 2 } }], ["\u25CF", { "1": { "9": 1 } }], ["just", { "1": { "9": 1 } }], ["json", { "1": { "1": 9, "4": 2, "6": 1, "7": 1, "10": 2, "14": 1, "16": 2, "17": 2, "18": 2 } }], ["js", { "1": { "1": 3, "2": 1, "16": 1 } }], ["+", { "1": { "9": 1 } }], ["\u2717", { "1": { "9": 1 } }], ["\u{1F4AD}", { "1": { "8": 1 } }], ["\u{1F527}", { "1": { "7": 1, "9": 1 } }], ["\u2713", { "1": { "7": 1, "9": 3 } }], ["questions", { "1": { "10": 1, "15": 1 } }], ["query", { "1": { "4": 5, "12": 1, "13": 3, "15": 1 } }], ["quickstart", { "1": { "0": 1 } }], ["quick", { "0": { "1": 1 }, "1": { "0": 1, "1": 1 } }], ["\u2705", { "1": { "4": 4 } }], ["05z", { "1": { "17": 2 } }], ["00", { "1": { "18": 2 } }], ["00z", { "1": { "17": 2, "18": 2 } }], ["000", { "1": { "15": 3, "16": 1 } }], ["01", { "1": { "17": 4, "18": 2 } }], ["0", { "1": { "2": 1, "4": 1, "6": 1, "8": 1, "9": 2, "15": 5 } }], ["|", { "1": { "1": 1, "4": 2, "5": 37, "6": 5, "7": 7, "8": 3, "9": 30, "10": 24, "11": 93, "12": 6, "13": 46, "14": 27, "15": 62, "16": 74, "17": 108, "18": 40 } }], ["||", { "1": { "1": 1, "4": 1, "7": 1, "8": 2, "9": 5 } }], ["<xcircle", { "1": { "9": 1 } }], ["<loader", { "1": { "9": 1 } }], ["<checkcircle", { "1": { "9": 1 } }], ["<chat", { "1": { "1": 1 } }], ["<circle", { "1": { "9": 1 } }], ["<executionblockcard", { "1": { "9": 1 } }], ["<message", { "1": { "8": 1 } }], ["<blockcard", { "1": { "9": 2 } }], ["<blockstatusicon", { "1": { "9": 2 } }], ["<brain", { "1": { "8": 1 } }], ["<button", { "1": { "1": 1 } }], ["<spinner", { "1": { "8": 2 } }], ["<span>", { "1": { "8": 1, "9": 1 } }], ["<span", { "1": { "7": 2, "8": 3, "9": 1 } }], ["<statusbadge", { "1": { "7": 1 } }], ["<summary>thinking", { "1": { "7": 1 } }], ["<details", { "1": { "7": 1 } }], ["<div>agent", { "1": { "8": 1 } }], ["<div>starting", { "1": { "8": 1 } }], ["<div>", { "1": { "6": 2, "8": 5, "9": 1 } }], ["<div>loading", { "1": { "1": 1 } }], ["<div", { "1": { "1": 5, "6": 1, "7": 7, "8": 10, "9": 14 } }], ["<pre", { "1": { "7": 2 } }], ["<p", { "1": { "7": 2, "8": 1, "9": 2 } }], ["<p>", { "1": { "7": 1, "8": 1 } }], ["<input", { "1": { "1": 1 } }], ["<form", { "1": { "1": 1 } }], ["<", { "1": { "1": 8, "6": 3, "7": 15, "8": 21, "9": 19, "10": 1, "13": 1 } }], ["$", { "1": { "1": 1, "4": 1, "6": 1 } }], [">something", { "1": { "8": 1 } }], [">thinking", { "1": { "8": 1 } }], [">tools", { "1": { "4": 1 } }], [">\u{1F527}<", { "1": { "7": 1 } }], [">", { "1": { "1": 9, "3": 6, "6": 1, "7": 14, "8": 17, "9": 28, "10": 1, "12": 1, "13": 2, "17": 1 } }], [">>sdk", { "1": { "4": 1 } }], [">>ui", { "1": { "4": 4 } }], [">>platform", { "1": { "4": 3 } }], [">>app", { "1": { "0": 3 } }], [">>api", { "1": { "0": 4 } }], [">>llm", { "1": { "0": 2, "4": 1 } }], ["`block", { "1": { "17": 2 } }], ["`boolean`", { "1": { "11": 3, "13": 1 } }], ["`error`", { "1": { "17": 1 } }], ["`finish`", { "1": { "17": 1 } }], ["`format`", { "1": { "10": 1 } }], ["`get", { "1": { "17": 1 } }], ["`generation`", { "1": { "10": 1, "18": 1 } }], ["`id`", { "1": { "17": 1 } }], ["`independent", { "1": { "14": 1 } }], ["`input`", { "1": { "11": 1, "15": 1, "17": 2 } }], ["`interactive`", { "1": { "10": 1, "18": 1 } }], ["`>", { "1": { "15": 1 } }], ["`high`", { "1": { "15": 1 } }], ["`hidden`", { "1": { "5": 1, "9": 1, "13": 2, "14": 1 } }], ["`low`", { "1": { "15": 1 } }], ["`lowercase", { "1": { "10": 4 } }], ["`medium`", { "1": { "15": 1 } }], ["`messages`", { "1": { "3": 1 } }], ["`maxsteps`", { "1": { "15": 1 } }], ["`model`", { "1": { "15": 1 } }], ["`agents", { "1": { "17": 1 } }], ["`agentid`", { "1": { "17": 1 } }], ["`agentic`", { "1": { "15": 1 } }], ["`agent`", { "1": { "15": 1 } }], ["`agent", { "1": { "13": 1 } }], ["`addusermessage`", { "1": { "7": 1 } }], ["`data`", { "1": { "16": 1 } }], ["`display`", { "1": { "13": 1, "14": 1 } }], ["`default`", { "1": { "11": 3 } }], ["`description`", { "1": { "5": 1, "9": 1, "10": 1, "11": 3, "13": 3, "14": 1 } }], ["`variables`", { "1": { "11": 1 } }], ["`reasoning", { "1": { "17": 3 } }], ["`readonly`", { "1": { "11": 1 } }], ["`returns`", { "1": { "13": 1 } }], ["`required`", { "1": { "13": 1 } }], ["`resources`", { "1": { "11": 1 } }], ["`resource", { "1": { "11": 1, "17": 1 } }], ["`record<string", { "1": { "4": 1 } }], ["`optional`", { "1": { "11": 1 } }], ["`number`", { "1": { "11": 3, "13": 1 } }], ["`name`", { "1": { "5": 1, "9": 1, "10": 1, "13": 2, "14": 1 } }], ["`unknown`", { "1": { "11": 3, "13": 1 } }], ["`uppercase", { "1": { "10": 1, "12": 1 } }], ["`user", { "1": { "4": 1 } }], ["`useoctavuschat`", { "1": { "1": 1 } }], ["`text", { "1": { "17": 4 } }], ["`temperature`", { "1": { "15": 1 } }], ["`tool", { "1": { "17": 8 } }], ["`toolresults`", { "1": { "17": 1 } }], ["`tools`", { "1": { "15": 1 } }], ["`tools", { "1": { "13": 1 } }], ["`triggername`", { "1": { "17": 1 } }], ["`triggeraction`", { "1": { "7": 1 } }], ["`thinking`", { "1": { "15": 1 } }], ["`thread`", { "1": { "9": 1 } }], ["`type`", { "1": { "11": 3 } }], ["`sync`", { "1": { "18": 1 } }], ["`system`", { "1": { "15": 1 } }], ["`start`", { "1": { "17": 1 } }], ["`string`", { "1": { "11": 3, "13": 1 } }], ["`streamingparts`", { "1": { "8": 1 } }], ["`stream`", { "1": { "5": 1, "9": 1, "13": 2, "14": 1 } }], ["`settings", { "1": { "18": 4 } }], ["`set", { "1": { "11": 1 } }], ["`sessions", { "1": { "3": 1 } }], ["`slug`", { "1": { "10": 1, "17": 1 } }], ["`0", { "1": { "2": 1, "6": 1, "15": 3 } }], ["`", { "1": { "1": 2, "2": 1, "3": 5, "4": 1, "6": 2, "10": 2, "11": 4, "13": 1, "16": 9, "17": 1 } }], ["`protocol`", { "1": { "18": 1 } }], ["`prompts`", { "1": { "18": 1 } }], ["`prompts", { "1": { "15": 1 } }], ["`provider", { "1": { "15": 1 } }], ["`parameters`", { "1": { "13": 1 } }], ["`parts`", { "1": { "7": 1 } }], ["`p", { "1": { "1": 1 } }], ["```markdown", { "1": { "10": 1, "11": 1, "13": 1, "15": 1 } }], ["```mermaid", { "1": { "0": 1, "3": 1, "4": 1 } }], ["```json", { "1": { "10": 1, "16": 2, "17": 5, "18": 6 } }], ["```yaml", { "1": { "10": 1, "11": 5, "12": 9, "13": 9, "14": 12, "15": 8 } }], ["```tsx", { "1": { "1": 2, "6": 5, "7": 6, "8": 8, "9": 6 } }], ["```typescript", { "1": { "1": 3, "2": 7, "3": 7, "4": 10, "5": 9, "6": 1, "7": 3, "9": 1, "11": 2, "12": 2, "13": 1, "18": 1 } }], ["```bash", { "1": { "1": 2, "2": 1, "6": 1, "16": 2, "17": 3, "18": 4 } }], ["```", { "1": { "0": 1, "1": 7, "2": 8, "3": 8, "4": 11, "5": 9, "6": 7, "7": 9, "8": 10, "9": 7, "10": 5, "11": 8, "12": 11, "13": 11, "14": 12, "15": 9, "16": 10, "17": 16, "18": 19 } }], ["==", { "1": { "4": 1, "7": 1, "8": 2, "9": 2 } }], ["===", { "1": { "1": 1, "3": 1, "4": 1, "7": 4, "8": 3, "9": 9, "11": 1 } }], ["=>", { "1": { "1": 7, "2": 1, "4": 13, "6": 11, "7": 5, "8": 8, "9": 10, "11": 1, "13": 2 } }], ["=", { "1": { "1": 15, "2": 5, "3": 7, "4": 23, "5": 2, "6": 6, "7": 4, "8": 10, "9": 6, "11": 1, "12": 2, "13": 4, "14": 2, "15": 2, "18": 1 } }], ["gpt", { "1": { "15": 5 } }], ["go", { "1": { "14": 1 } }], ["good", { "1": { "12": 2, "13": 1, "15": 1 } }], ["goes", { "1": { "9": 1 } }], ["git", { "1": { "10": 1 } }], ["giving", { "1": { "0": 1, "4": 1 } }], ["great", { "1": { "12": 1 } }], ["green", { "1": { "9": 1 } }], ["group", { "1": { "8": 1, "9": 1 } }], ["gray", { "1": { "1": 2, "7": 3, "8": 3, "9": 3 } }], ["generating", { "1": { "14": 2 } }], ["generation", { "1": { "5": 2, "17": 2 } }], ["generate", { "1": { "11": 2, "14": 6 } }], ["generates", { "1": { "6": 1, "8": 1 } }], ["generated", { "1": { "5": 1, "11": 1 } }], ["gets", { "1": { "13": 1 } }], ["getsessionid", { "1": { "2": 1 } }], ["getestimatedtime", { "1": { "13": 1 } }], ["getestimatedresponse", { "1": { "4": 1 } }], ["getblocklabel", { "1": { "9": 2 } }], ["getbyslug", { "1": { "1": 1, "17": 1 } }], ["get", { "1": { "0": 1, "1": 3, "2": 6, "3": 5, "4": 6, "5": 3, "7": 1, "8": 1, "9": 1, "10": 2, "13": 9, "15": 4, "16": 5, "17": 6, "18": 6 } }], ["getting", { "1": { "0": 1 }, "2": { "0": 1, "1": 1 } }], ["g", { "1": { "4": 1, "8": 1 } }], ["gap", { "1": { "1": 1, "7": 1, "8": 3, "9": 3 } }], ["guidelines", { "1": { "15": 2 } }], ["guide", { "1": { "1": 1 } }], ["n", { "1": { "16": 1, "17": 1, "18": 11 } }], ["naming", { "1": { "5": 1, "10": 1, "12": 1 } }], ["name`", { "1": { "18": 1 } }], ["names", { "1": { "12": 1, "13": 1, "14": 1 } }], ["namedthreads", { "1": { "9": 5 } }], ["named", { "1": { "8": 2, "9": 4, "14": 2, "15": 1 } }], ["name", { "1": { "1": 3, "2": 2, "3": 2, "4": 2, "5": 3, "6": 1, "7": 3, "9": 14, "10": 7, "11": 9, "12": 3, "13": 5, "14": 11, "15": 8, "17": 8, "18": 16 } }], ["number", { "1": { "4": 1, "12": 3, "13": 2 } }], ["null", { "1": { "1": 1, "4": 2, "6": 1, "7": 3, "8": 2, "9": 2 } }], ["null>", { "1": { "1": 1 } }], ["network", { "1": { "5": 2 } }], ["never", { "1": { "4": 1, "15": 1 } }], ["needed", { "1": { "4": 2, "12": 2, "15": 1 } }], ["need", { "1": { "3": 1, "4": 1, "13": 1 } }], ["new", { "1": { "1": 3, "2": 4, "3": 3, "4": 4, "5": 1, "7": 2, "9": 1, "17": 1, "18": 2 } }], ["nextresponse", { "1": { "1": 3 } }], ["next", { "1": { "0": 1, "1": 3, "2": 1, "5": 1, "6": 1, "9": 1, "10": 2, "11": 1, "12": 1, "14": 8, "15": 1, "16": 1, "17": 1 } }], ["npm", { "1": { "1": 2, "2": 1, "6": 1 } }], ["none", { "1": { "11": 2 } }], ["non", { "1": { "7": 1, "8": 1 } }], ["normal", { "1": { "5": 1 } }], ["now", { "1": { "1": 1 } }], ["node", { "1": { "1": 2, "2": 1, "16": 1 } }], ["notified", { "1": { "7": 1 } }], ["note", { "1": { "0": 2, "4": 2, "5": 1 } }], ["not", { "1": { "0": 1, "1": 1, "3": 1, "4": 1, "5": 2, "9": 1, "10": 2, "11": 4, "12": 1, "14": 2, "16": 4, "17": 1 } }], ["no", { "1": { "0": 1, "1": 1, "4": 2, "5": 1, "10": 1, "11": 9, "12": 2, "13": 4, "15": 6, "17": 3, "18": 1 } }], ["8", { "1": { "0": 1, "14": 1, "15": 1 } }], ["7`", { "1": { "15": 1 } }], ["7", { "1": { "0": 1, "4": 1, "14": 1, "15": 1 } }], ["600", { "1": { "8": 4, "9": 1 } }], ["6", { "1": { "0": 1, "4": 1, "8": 1, "14": 1 } }], ["50", { "1": { "1": 1, "7": 1, "8": 2, "9": 1 } }], ["500", { "1": { "1": 2, "7": 2, "8": 2, "9": 5, "16": 1 } }], ["5", { "1": { "0": 1, "3": 1, "4": 1, "8": 1, "10": 1, "12": 2, "13": 1, "14": 3, "15": 8, "18": 2 } }], ["4o", { "1": { "15": 5 } }], ["403", { "1": { "16": 1 } }], ["401", { "1": { "16": 1 } }], ["400", { "1": { "8": 1, "9": 1, "16": 1 } }], ["404", { "1": { "1": 1, "3": 1, "16": 1 } }], ["429", { "1": { "16": 1 } }], ["42", { "1": { "4": 1 } }], ["4`", { "1": { "2": 1, "6": 1 } }], ["4", { "1": { "0": 1, "1": 5, "3": 1, "4": 1, "7": 1, "8": 5, "9": 9, "10": 1, "13": 1, "14": 3, "15": 11, "18": 2 } }], ["3`", { "1": { "15": 1 } }], ["30000", { "1": { "11": 1 } }], ["30", { "1": { "11": 1, "17": 4 } }], ["3", { "1": { "0": 1, "1": 3, "3": 1, "4": 3, "7": 2, "8": 4, "9": 3, "11": 1, "12": 1, "13": 1, "14": 1, "15": 1 } }], ["2024", { "1": { "17": 4, "18": 2 } }], ["201", { "1": { "16": 1 } }], ["200", { "1": { "16": 1 } }], ["2`", { "1": { "15": 2 } }], ["24", { "1": { "1": 1, "3": 1 } }], ["2", { "1": { "0": 1, "1": 5, "3": 1, "4": 4, "7": 8, "8": 6, "9": 9, "12": 2, "13": 1, "14": 1, "15": 3 } }], ["15t10", { "1": { "17": 4, "18": 1 } }], ["1702345805000", { "1": { "17": 1 } }], ["1702345800000", { "1": { "17": 1 } }], ["1735312800", { "1": { "16": 1 } }], ["123", { "1": { "1": 1, "3": 1, "4": 1, "5": 2, "17": 3 } }], ["18+", { "1": { "1": 1 } }], ["10t08", { "1": { "18": 1 } }], ["10000", { "1": { "4": 1 } }], ["100", { "1": { "1": 2, "7": 1, "16": 2 } }], ["10", { "1": { "1": 1, "12": 1, "13": 1, "15": 3 } }], ["1", { "1": { "0": 1, "1": 4, "3": 1, "4": 4, "7": 1, "8": 2, "9": 3, "12": 3, "13": 1, "14": 2, "15": 4, "16": 1 } }], ["visualization", { "1": { "10": 1 } }], ["visibility", { "1": { "9": 1 } }], ["visible", { "1": { "7": 4, "8": 2, "14": 2, "17": 2 } }], ["via", { "1": { "0": 1, "11": 1 } }], ["void", { "1": { "6": 7 } }], ["very", { "1": { "15": 1 } }], ["verify", { "1": { "13": 1 } }], ["vercel", { "1": { "5": 2 } }], ["versioning", { "1": { "10": 1 } }], ["version", { "1": { "0": 1, "2": 1, "6": 1 } }], ["vague", { "1": { "12": 1, "13": 1 } }], ["varied", { "1": { "15": 1 } }], ["various", { "1": { "5": 1 } }], ["variable", { "1": { "4": 1, "10": 2, "11": 6, "12": 1, "13": 1, "14": 7 } }], ["variables", { "1": { "0": 2, "1": 1, "3": 6, "10": 6, "11": 6, "13": 1, "14": 3, "15": 1, "17": 4 } }], ["validation", { "1": { "10": 1 } }], ["validate", { "1": { "4": 1 } }], ["validatetoken", { "1": { "4": 1 } }], ["values", { "1": { "4": 1, "10": 1, "11": 1, "13": 1 } }], ["value", { "1": { "1": 1, "4": 1, "5": 1, "6": 1, "11": 7, "12": 1, "13": 2, "14": 3, "17": 1 } }], ["value=", { "1": { "1": 1 } }], ["yes", { "1": { "10": 3, "11": 5, "13": 1, "15": 2, "17": 2, "18": 5 } }], ["y", { "1": { "1": 2, "7": 2, "9": 4 } }], ["you", { "1": { "0": 1, "1": 2, "3": 1, "4": 2, "5": 2, "7": 1, "9": 1, "10": 1, "11": 1, "13": 1, "15": 2, "17": 4, "18": 3 } }], ["your", { "1": { "0": 6, "1": 7, "2": 6, "3": 2, "4": 11, "5": 1, "6": 1, "7": 1, "8": 1, "9": 1, "10": 1, "13": 3, "14": 1, "15": 1, "16": 2, "17": 6, "18": 5 } }], ["yaml", { "1": { "0": 1, "10": 2, "18": 1 } }], ["urgent", { "1": { "13": 2 } }], ["url=https", { "1": { "1": 1 } }], ["url", { "1": { "1": 1, "2": 1, "3": 1, "4": 1, "10": 1, "12": 2, "16": 1, "17": 1, "18": 1 } }], ["ux", { "1": { "5": 1 } }], ["upload", { "1": { "12": 1 } }], ["uploaded", { "1": { "12": 1 } }], ["update`", { "1": { "11": 1, "17": 1 } }], ["updated", { "1": { "11": 2, "18": 4 } }], ["updatedat", { "1": { "3": 3, "17": 1, "18": 1 } }], ["updates", { "1": { "5": 2, "7": 1, "18": 2 } }], ["update", { "1": { "3": 1, "5": 1, "8": 1, "14": 1, "16": 1, "18": 2 } }], ["up", { "1": { "1": 1, "5": 1, "8": 1, "10": 1, "13": 3, "15": 1 } }], ["uis", { "1": { "1": 1, "6": 1, "8": 2 } }], ["ui", { "1": { "0": 1, "1": 1, "3": 2, "4": 2, "7": 2, "8": 1, "9": 1, "12": 1, "13": 1, "14": 3, "15": 1 } }], ["usable", { "1": { "13": 1 } }], ["usage", { "1": { "2": 1, "6": 1 } }], ["uses", { "1": { "14": 1, "15": 1 } }], ["usestate<string", { "1": { "1": 1 } }], ["usestate", { "1": { "1": 3 } }], ["useful", { "1": { "6": 1, "14": 1, "18": 1 } }], ["useeffect", { "1": { "1": 2 } }], ["useoctavuschatreturn", { "1": { "6": 2 } }], ["useoctavuschatoptions", { "1": { "6": 2 } }], ["useoctavuschat", { "1": { "1": 2, "6": 8, "7": 3, "8": 8, "9": 4, "11": 1 } }], ["use", { "1": { "0": 1, "1": 3, "2": 1, "4": 3, "7": 1, "8": 1, "9": 2, "10": 1, "11": 3, "12": 2, "13": 2, "14": 2, "15": 1, "17": 1 } }], ["users", { "1": { "2": 1, "4": 3, "5": 1, "9": 1, "10": 1, "13": 1, "15": 2 } }], ["userid", { "1": { "1": 2, "2": 1, "4": 8, "5": 2, "10": 1, "13": 6, "15": 1 } }], ["user", { "1": { "0": 3, "1": 6, "2": 3, "3": 5, "4": 18, "5": 12, "6": 3, "7": 5, "8": 1, "9": 2, "10": 13, "11": 5, "12": 26, "13": 20, "14": 22, "15": 13, "16": 2, "17": 13, "18": 2 } }], ["using", { "1": { "0": 1, "1": 1, "4": 1, "5": 1, "8": 1, "11": 2, "16": 2 } }], ["unauthorized", { "1": { "16": 1 } }], ["until", { "1": { "15": 1 } }], ["unclear", { "1": { "12": 1 } }], ["unknown", { "1": { "6": 1, "7": 1, "10": 1, "11": 4, "12": 2, "13": 1 } }], ["unknown>`", { "1": { "4": 1 } }], ["unknown>", { "1": { "2": 2, "3": 3, "4": 1, "6": 1, "7": 1 } }], ["undefined", { "1": { "4": 2 } }], ["under", { "1": { "1": 1, "16": 1 } }], ["understanding", { "1": { "2": 1 } }], ["understand", { "1": { "0": 1 } }], ["unlike", { "1": { "4": 1, "11": 1 } }], ["unique", { "1": { "6": 1 } }], ["unit", { "1": { "0": 1 } }], ["unified", { "1": { "0": 2 } }], ["http", { "1": { "16": 1 } }], ["https", { "1": { "2": 1, "5": 1, "16": 3, "17": 3, "18": 5 } }], ["human", { "1": { "9": 2, "10": 3, "11": 2, "12": 10, "13": 2, "14": 2, "15": 1 } }], ["high", { "1": { "13": 2, "15": 2, "18": 1 } }], ["hidden", { "1": { "5": 1, "9": 3, "14": 2, "15": 1, "17": 1 } }], ["history", { "1": { "0": 1, "3": 3, "6": 1, "7": 1, "17": 1 } }], ["helpful", { "1": { "15": 1, "18": 1 } }], ["help", { "1": { "5": 1, "10": 1, "12": 2, "15": 3, "17": 3 } }], ["hello", { "1": { "2": 1, "5": 2, "16": 2 } }], ["here", { "1": { "1": 1, "13": 2 } }], ["headers", { "1": { "1": 3, "2": 1, "3": 1, "4": 2, "5": 1, "16": 1 } }], ["h", { "1": { "1": 1, "8": 2, "9": 4, "16": 3, "17": 5, "18": 7 } }], ["home", { "1": { "13": 1 } }], ["hooks", { "1": { "6": 1 } }], ["hook", { "1": { "1": 1, "6": 1, "7": 1 } }], ["hours", { "1": { "1": 1, "3": 1 } }], ["how", { "1": { "0": 2, "3": 1, "5": 2, "10": 3, "12": 2, "13": 1, "15": 1, "17": 4 } }], ["happens", { "1": { "10": 1, "14": 1 } }], ["handoff", { "1": { "10": 1 } }], ["handling", { "1": { "3": 1, "4": 1, "8": 1 } }], ["handled", { "1": { "5": 1, "8": 1, "17": 1 } }], ["handle", { "1": { "4": 1, "16": 1 } }], ["handler<br", { "1": { "4": 1 } }], ["handler", { "1": { "3": 1, "4": 1, "5": 1, "12": 2, "13": 1, "14": 1 } }], ["handlers", { "0": { "14": 1 }, "1": { "0": 1, "1": 2, "2": 2, "3": 2, "4": 4, "10": 4, "11": 3, "12": 2, "13": 2, "14": 5, "15": 2 } }], ["handlesubmit", { "1": { "1": 2 } }], ["handles", { "1": { "0": 1, "1": 1, "2": 2, "5": 1, "6": 1, "17": 1 } }], ["has", { "1": { "9": 1, "12": 1, "13": 2, "14": 2 } }], ["have", { "1": { "1": 1, "9": 1, "11": 1, "12": 1 } }], ["hard", { "1": { "0": 1 } }], ["ratelimit", { "1": { "16": 3 } }], ["rate", { "1": { "16": 3 } }], ["rating", { "1": { "12": 3 } }], ["randomness", { "1": { "15": 1 } }], ["right", { "1": { "7": 1 } }], ["rich", { "1": { "1": 1, "7": 2, "8": 1 } }], ["role", { "1": { "1": 1, "6": 1, "7": 5, "10": 1, "12": 1, "14": 5, "15": 2, "17": 2 } }], ["rounded", { "1": { "1": 4, "7": 4, "8": 2, "9": 3 } }], ["route", { "1": { "1": 2, "4": 1 } }], ["runaway", { "1": { "15": 1 } }], ["runtime", { "1": { "10": 2 } }], ["run", { "1": { "1": 1, "2": 1, "4": 2, "14": 1 } }], ["running", { "1": { "0": 1, "9": 2, "11": 1 } }], ["runs", { "1": { "0": 1, "9": 1, "13": 1 } }], ["remaining", { "1": { "16": 1 } }], ["refunds", { "1": { "11": 1 } }], ["references", { "1": { "10": 1, "15": 1 } }], ["reference", { "1": { "0": 1, "2": 1, "6": 1, "10": 1, "11": 1, "13": 2, "14": 2, "16": 1, "17": 1 }, "2": { "16": 1, "17": 1, "18": 1 } }], ["red", { "1": { "7": 1, "8": 1, "9": 1 } }], ["re", { "1": { "4": 1, "10": 1, "13": 1 } }], ["retrieves", { "1": { "13": 1 } }], ["retrieve", { "1": { "3": 2, "17": 1 } }], ["returned", { "1": { "15": 1 } }], ["returns", { "1": { "1": 1, "3": 2, "10": 1, "13": 3, "16": 1, "17": 2 } }], ["return", { "1": { "0": 1, "1": 11, "2": 2, "3": 3, "4": 20, "5": 2, "6": 2, "7": 9, "8": 13, "9": 12, "13": 3, "16": 1 } }], ["recommend", { "1": { "16": 1 } }], ["recommendation", { "1": { "9": 1 } }], ["recovery", { "1": { "5": 1 } }], ["record<string", { "1": { "2": 2, "3": 3, "4": 2, "6": 1, "7": 1 } }], ["receives", { "1": { "4": 1, "11": 1, "15": 1 } }], ["receive", { "1": { "4": 1, "17": 1 } }], ["received", { "1": { "0": 1 } }], ["renderpart", { "1": { "8": 2 } }], ["rendering", { "1": { "7": 4 } }], ["render", { "1": { "1": 1, "7": 1, "9": 1 } }], ["reasoningindicator", { "1": { "8": 1 } }], ["reasoningtext", { "1": { "6": 1, "8": 4 } }], ["reasoningendevent", { "1": { "5": 1 } }], ["reasoningdeltaevent", { "1": { "5": 1 } }], ["reasoningstartevent", { "1": { "5": 1 } }], ["reasoning", { "1": { "5": 9, "6": 3, "7": 7, "8": 4, "9": 2, "10": 1, "14": 1, "15": 3, "17": 3 } }], ["reason", { "1": { "5": 1, "12": 1 } }], ["reasons", { "1": { "5": 1 } }], ["reaching", { "1": { "5": 1 } }], ["reached", { "1": { "5": 1, "15": 1 } }], ["react", { "1": { "0": 1, "1": 4, "6": 1, "16": 1 } }], ["read", { "1": { "10": 1, "11": 4 } }], ["readable", { "1": { "5": 1, "9": 1, "10": 1, "14": 1 } }], ["readablestream<uint8array>", { "1": { "2": 1 } }], ["readonly", { "1": { "2": 2, "11": 1 } }], ["real", { "1": { "0": 1, "2": 1, "5": 1, "6": 1, "8": 1 } }], ["requesting", { "1": { "17": 1 } }], ["request`", { "1": { "17": 2 } }], ["requests", { "1": { "16": 4 } }], ["request", { "1": { "0": 2, "1": 6, "4": 7, "5": 2, "10": 1, "11": 2, "12": 8, "13": 2, "14": 4, "15": 1, "16": 1, "17": 2, "18": 2 } }], ["require", { "1": { "16": 1 } }], ["required", { "1": { "4": 1, "6": 1, "10": 3, "11": 5, "13": 2, "15": 1, "17": 2, "18": 1 } }], ["requires", { "1": { "0": 1 } }], ["requirements", { "1": { "0": 1 } }], ["replaced", { "1": { "10": 2 } }], ["repeat", { "1": { "4": 1, "15": 1 } }], ["repeatedly", { "1": { "0": 1 } }], ["represent", { "1": { "3": 1, "7": 1, "17": 1 } }], ["represents", { "1": { "0": 1, "9": 1 } }], ["restful", { "1": { "16": 1 } }], ["restoration", { "1": { "3": 1 } }], ["restoring", { "1": { "3": 1, "7": 1 } }], ["restore", { "1": { "3": 3, "6": 1, "7": 1 } }], ["resolved", { "1": { "12": 1 } }], ["resource`", { "1": { "11": 1 } }], ["resourceupdateevent", { "1": { "5": 1 } }], ["resource", { "1": { "3": 2, "5": 3, "11": 9, "14": 8, "17": 1 } }], ["resources", { "0": { "11": 1 }, "1": { "0": 2, "3": 8, "10": 4, "11": 7, "15": 1, "17": 3 } }], ["resultcount", { "1": { "4": 1 } }], ["result", { "1": { "4": 6, "7": 3, "11": 2, "13": 2, "14": 2, "15": 1, "17": 2 } }], ["results", { "1": { "0": 1, "4": 3, "7": 1, "12": 1, "13": 3, "17": 2 } }], ["reset", { "1": { "3": 1, "12": 1, "16": 1, "17": 7 } }], ["responsive", { "1": { "5": 1, "8": 1 } }], ["response", { "1": { "0": 3, "1": 4, "2": 3, "3": 1, "4": 4, "5": 4, "8": 1, "13": 1, "14": 3, "15": 1, "16": 4, "17": 3, "18": 4 } }], ["responses", { "1": { "0": 1, "1": 1, "2": 1, "5": 1, "8": 1, "11": 1, "15": 2, "16": 3 } }], ["responds", { "1": { "15": 1 } }], ["responding", { "1": { "8": 1 } }], ["respond", { "1": { "0": 2, "4": 1, "5": 1, "9": 1, "10": 1, "12": 1, "14": 4, "15": 1, "16": 1, "17": 1 } }], ["rebuild", { "1": { "0": 1 } }], ["every", { "1": { "14": 1 } }], ["event", { "1": { "1": 1, "2": 1, "3": 1, "5": 6, "11": 1, "17": 4 } }], ["events", { "1": { "0": 1, "2": 1, "3": 1, "4": 1, "5": 10, "11": 1, "16": 1, "17": 2 } }], ["electronics", { "1": { "13": 1 } }], ["else", { "1": { "3": 1, "18": 1 } }], ["estimated", { "1": { "13": 1 } }], ["estimatedresponse", { "1": { "1": 1, "4": 1, "13": 2 } }], ["escalating", { "1": { "13": 1 } }], ["escalation", { "1": { "9": 2, "10": 1, "12": 1, "14": 2, "15": 1 } }], ["escalate", { "1": { "12": 3, "15": 1 } }], ["either", { "1": { "5": 1 } }], ["each", { "1": { "5": 1, "6": 1, "9": 1, "10": 1, "12": 3, "14": 1 } }], ["easy", { "1": { "0": 1 } }], ["empty", { "1": { "10": 1 } }], ["emitted", { "1": { "5": 1 } }], ["emits", { "1": { "5": 1 } }], ["email", { "1": { "1": 1, "4": 3, "5": 1, "10": 1, "13": 6, "17": 1 } }], ["e1", { "1": { "3": 1 } }], ["etc", { "1": { "2": 1, "7": 1, "8": 1, "9": 1, "10": 1 } }], ["e", { "1": { "1": 4, "3": 2, "4": 1, "8": 1 } }], ["error`", { "1": { "17": 1 } }], ["errorevent", { "1": { "5": 1 } }], ["errortext", { "1": { "5": 4 } }], ["errors", { "1": { "4": 1, "5": 2, "10": 1 } }], ["error", { "1": { "1": 1, "3": 8, "4": 4, "5": 11, "6": 5, "7": 4, "8": 7, "9": 3, "16": 3, "17": 1 } }], ["extraction", { "1": { "12": 1 } }], ["external", { "1": { "0": 1, "4": 1, "10": 1, "17": 1 } }], ["extended", { "1": { "5": 1, "6": 1, "8": 1, "9": 1, "10": 1, "14": 1, "15": 3, "17": 2 } }], ["extend", { "1": { "0": 1, "4": 1, "13": 1 } }], ["exception", { "1": { "5": 1 } }], ["existing", { "1": { "4": 1, "6": 1, "7": 1, "18": 2 } }], ["expected", { "1": { "13": 1 } }], ["exposure", { "1": { "4": 1 } }], ["export", { "1": { "1": 5, "4": 1 } }], ["expired", { "1": { "3": 2 } }], ["expire", { "1": { "3": 2 } }], ["explore", { "1": { "1": 1 } }], ["example", { "1": { "1": 1, "9": 2, "14": 1, "15": 2, "17": 4, "18": 4 } }], ["executing", { "1": { "13": 2 } }], ["executionprogress", { "1": { "9": 2 } }], ["executionblockcard", { "1": { "9": 2 } }], ["executionblock", { "1": { "6": 3, "9": 5 } }], ["executionblocks", { "1": { "6": 2, "9": 9 } }], ["execution", { "0": { "9": 1 }, "1": { "0": 3, "2": 1, "4": 1, "5": 2, "6": 5, "8": 1, "9": 5, "10": 4, "14": 1, "16": 2, "17": 4 } }], ["executed", { "1": { "12": 2 } }], ["executes", { "1": { "8": 1, "15": 1 } }], ["execute", { "1": { "0": 3, "3": 1, "4": 3, "16": 1, "17": 3 } }], ["end`", { "1": { "17": 4 } }], ["ends", { "1": { "5": 1 } }], ["ended", { "1": { "5": 3, "17": 3 } }], ["end", { "1": { "5": 4, "16": 2, "17": 3 } }], ["endpoints", { "1": { "16": 1 } }], ["endpoint", { "1": { "1": 4, "6": 1, "16": 3 } }], ["enabling", { "1": { "3": 1, "8": 1 } }], ["enabled", { "1": { "6": 1 } }], ["enables", { "1": { "5": 1, "16": 1 } }], ["enable", { "1": { "0": 1, "3": 1, "15": 2 } }], ["enterprise", { "1": { "16": 1 } }], ["entries", { "1": { "9": 1 } }], ["entry", { "1": { "2": 1 } }], ["entity", { "1": { "0": 1 } }], ["environment", { "1": { "1": 1 } }], ["env", { "1": { "1": 3, "3": 2 } }], ["b2", { "1": { "17": 2 } }], ["billing", { "1": { "12": 1 } }], ["brief", { "1": { "10": 1 } }], ["bearer", { "1": { "16": 3, "17": 3, "18": 5 } }], ["been", { "1": { "13": 2 } }], ["be", { "1": { "10": 1, "11": 1, "12": 3, "15": 3, "16": 1 } }], ["between", { "1": { "10": 1 } }], ["belong", { "1": { "9": 1 } }], ["being", { "1": { "8": 2, "11": 1 } }], ["before", { "1": { "5": 1, "10": 1 } }], ["best", { "1": { "4": 1, "12": 1, "13": 1 } }], ["behaves", { "1": { "0": 1, "10": 1 } }], ["behavior", { "1": { "0": 2, "1": 1, "10": 1, "13": 1, "14": 2, "15": 1 } }], ["block=", { "1": { "9": 3 } }], ["blockendevent", { "1": { "5": 1 } }], ["blocktype", { "1": { "5": 1, "16": 1, "17": 2 } }], ["blockname", { "1": { "5": 1, "16": 1, "17": 2 } }], ["blockid", { "1": { "5": 2, "16": 2, "17": 4 } }], ["block", { "1": { "5": 7, "6": 2, "7": 1, "8": 1, "9": 43, "11": 2, "13": 1, "14": 11, "16": 2, "17": 6 } }], ["blockstatusicon", { "1": { "9": 1 } }], ["blockstatus", { "1": { "9": 2 } }], ["blockstartevent", { "1": { "5": 1 } }], ["blocks", { "0": { "9": 1 }, "1": { "3": 1, "6": 4, "9": 10, "10": 1, "11": 1, "12": 2, "14": 2 } }], ["blue", { "1": { "1": 2, "8": 1, "9": 1 } }], ["b1", { "1": { "3": 1, "17": 2 } }], ["b", { "1": { "3": 3, "9": 16 } }], ["books", { "1": { "13": 1 } }], ["boolean", { "1": { "6": 1, "7": 2, "9": 1, "12": 1, "13": 1 } }], ["bottom", { "1": { "8": 1 } }], ["border", { "1": { "1": 2, "7": 1, "9": 2 } }], ["body", { "1": { "1": 2, "6": 1, "17": 2, "18": 2 } }], ["bg", { "1": { "1": 4, "7": 2, "8": 3, "9": 1 } }], ["bad", { "1": { "16": 1 } }], ["balanced", { "1": { "15": 1 } }], ["basic", { "1": { "1": 1, "2": 1, "6": 1, "7": 1, "8": 1, "15": 1 } }], ["base", { "1": { "16": 1 } }], ["baseurl", { "1": { "1": 1, "2": 2, "3": 1 } }], ["based", { "1": { "0": 1, "13": 2 } }], ["background", { "1": { "5": 1, "8": 1, "10": 1, "14": 1 } }], ["backends", { "1": { "16": 1 } }], ["backend", { "1": { "0": 1, "1": 5, "2": 1, "4": 1, "6": 1, "7": 1, "13": 2 } }], ["back", { "1": { "0": 1, "4": 1, "17": 1 } }], ["by=slug", { "1": { "18": 3 } }], ["by=slug`", { "1": { "17": 1 } }], ["by", { "1": { "0": 1, "1": 1, "3": 1, "5": 1, "8": 2, "9": 1, "11": 2, "13": 2, "14": 1, "16": 1, "17": 2, "18": 3 } }], ["budget", { "1": { "15": 1 } }], ["but", { "1": { "9": 1, "11": 2 } }], ["button>", { "1": { "1": 1 } }], ["button", { "1": { "0": 2, "12": 2 } }], ["build", { "1": { "0": 1, "1": 2 } }], ["building", { "1": { "0": 1, "6": 2 } }], ["built", { "1": { "0": 2 } }], ["business", { "1": { "0": 1 } }], ["missing", { "1": { "16": 1 } }], ["minute", { "1": { "16": 2 } }], ["minutes", { "1": { "0": 1, "1": 1 } }], ["mini", { "1": { "15": 4 } }], ["mb", { "1": { "9": 1 } }], ["mt", { "1": { "7": 2, "8": 2, "9": 5 } }], ["move", { "1": { "10": 1 } }], ["moderate", { "1": { "15": 1 } }], ["model", { "1": { "8": 1, "10": 3, "13": 1, "14": 3, "15": 18, "18": 2 } }], ["models", { "1": { "5": 1, "15": 2 } }], ["mode", { "1": { "5": 1, "9": 4, "13": 1, "14": 1, "15": 1 } }], ["modes", { "1": { "5": 1, "9": 2, "13": 2, "14": 1 } }], ["most", { "1": { "5": 1, "12": 1 } }], ["more", { "1": { "4": 1, "15": 1 } }], ["monitor", { "1": { "0": 1 } }], ["my", { "1": { "3": 1, "10": 3, "12": 1, "17": 4, "18": 2 } }], ["multi", { "1": { "15": 1 } }], ["multiple", { "1": { "0": 1, "9": 1, "10": 1, "13": 1, "15": 2 } }], ["must", { "1": { "7": 1, "11": 1, "12": 1 } }], ["mutable", { "1": { "3": 1 } }], ["md`", { "1": { "10": 1, "15": 1 } }], ["md", { "1": { "1": 2, "10": 5, "13": 1, "15": 3 } }], ["ml", { "1": { "1": 1, "8": 1 } }], ["msg", { "1": { "1": 4, "6": 3, "7": 14, "8": 6, "12": 1, "17": 1 } }], ["metadata", { "1": { "10": 1 } }], ["method", { "1": { "1": 2, "6": 1, "16": 2, "17": 1, "18": 1 } }], ["medium", { "1": { "7": 1, "8": 2, "9": 3, "10": 1, "13": 4, "14": 2, "15": 4 } }], ["me", { "1": { "5": 1, "8": 1, "12": 1 } }], ["message=", { "1": { "8": 1 } }], ["messagecontent", { "1": { "7": 1 } }], ["messagelist", { "1": { "7": 1 } }], ["messagepart", { "1": { "6": 1, "7": 2 } }], ["messageid", { "1": { "5": 1, "16": 1, "17": 1 } }], ["message", { "1": { "0": 2, "1": 7, "2": 2, "3": 3, "4": 1, "5": 3, "6": 10, "7": 21, "8": 2, "9": 1, "10": 9, "11": 1, "12": 25, "14": 26, "15": 9, "16": 4, "17": 9, "18": 4 } }], ["messages", { "0": { "7": 1 }, "1": { "0": 2, "1": 3, "3": 6, "6": 8, "7": 14, "8": 5, "17": 2 } }], ["many", { "1": { "16": 1 } }], ["managing", { "1": { "0": 1 } }], ["managed", { "1": { "11": 1 } }], ["manages", { "1": { "2": 1 } }], ["management", { "1": { "0": 2, "2": 3, "16": 1 } }], ["manage", { "1": { "0": 2, "2": 1, "18": 1 } }], ["make", { "1": { "13": 1 } }], ["making", { "1": { "13": 1 } }], ["markdown", { "1": { "11": 1, "14": 3 } }], ["may", { "1": { "11": 1, "14": 1, "15": 1 } }], ["maxsteps", { "1": { "13": 1, "14": 1, "15": 4 } }], ["maximum", { "1": { "13": 1, "15": 1 } }], ["maxretries", { "1": { "11": 1 } }], ["maxprice", { "1": { "4": 3, "13": 1 } }], ["max", { "1": { "1": 3, "5": 1, "12": 1, "13": 1 } }], ["mapping", { "1": { "14": 2 } }], ["map<string", { "1": { "9": 1 } }], ["map", { "1": { "1": 1, "6": 1, "7": 3, "8": 5, "9": 6, "14": 1 } }], ["mainblocks", { "1": { "9": 2 } }], ["mainparts", { "1": { "8": 2 } }], ["main", { "1": { "0": 1, "2": 1, "5": 1, "7": 1, "8": 4, "9": 4, "10": 1, "14": 6 } }], ["days", { "1": { "11": 1 } }], ["dashes`", { "1": { "10": 3 } }], ["dashes", { "1": { "10": 2 } }], ["date", { "1": { "7": 2, "9": 2, "13": 1 } }], ["database", { "1": { "1": 1, "2": 1, "4": 2 } }], ["data", { "1": { "0": 2, "2": 1, "4": 5, "11": 4, "13": 2, "16": 10, "17": 17 } }], ["during", { "1": { "6": 1, "8": 1, "9": 1 } }], ["dynamically", { "1": { "4": 1 } }], ["d1", { "1": { "3": 1 } }], ["d", { "1": { "3": 3, "16": 1, "17": 2, "18": 2 } }], ["db", { "1": { "2": 1, "4": 3, "13": 1 } }], ["doesn", { "1": { "11": 1, "13": 1, "14": 2 } }], ["does", { "1": { "10": 1, "13": 1 } }], ["done", { "1": { "16": 1, "17": 1 } }], ["don", { "1": { "9": 1, "14": 2 } }], ["doing", { "1": { "6": 1, "9": 1 } }], ["document", { "1": { "12": 4, "13": 1 } }], ["documentation", { "1": { "3": 1, "13": 1, "15": 1 } }], ["docs", { "1": { "0": 4, "1": 3, "2": 3, "6": 3, "10": 5, "15": 3, "17": 1 } }], ["do", { "1": { "0": 1, "3": 1, "4": 1, "12": 3, "13": 1, "17": 4 } }], ["digits", { "1": { "10": 1 } }], ["different", { "1": { "9": 1, "12": 1, "14": 2, "15": 3 } }], ["difficult", { "1": { "0": 1 } }], ["displayed", { "1": { "15": 1 } }], ["displaymode", { "1": { "9": 1 } }], ["display", { "1": { "5": 2, "7": 1, "9": 11, "13": 2, "14": 8, "15": 1, "16": 1, "17": 2, "18": 1 } }], ["disabled", { "1": { "1": 1 } }], ["disabled=", { "1": { "1": 2 } }], ["div>", { "1": { "1": 6, "6": 3, "7": 7, "8": 17, "9": 15 } }], ["dive", { "1": { "0": 1, "2": 1 } }], ["directives", { "1": { "14": 1 } }], ["directive", { "1": { "13": 1, "14": 5 } }], ["directly", { "1": { "4": 1, "16": 2 } }], ["direct", { "1": { "0": 1, "12": 1 } }], ["details", { "1": { "14": 3 } }], ["details>", { "1": { "7": 1 } }], ["determines", { "1": { "14": 1 } }], ["deterministically", { "1": { "14": 1 } }], ["deterministic", { "1": { "13": 1, "15": 1 } }], ["descriptive", { "1": { "12": 1 } }], ["description`", { "1": { "18": 1 } }], ["descriptions", { "1": { "13": 1 } }], ["description", { "1": { "5": 2, "7": 2, "8": 2, "9": 15, "10": 6, "11": 14, "12": 14, "13": 17, "14": 3, "15": 4, "16": 3, "17": 3, "18": 5 } }], ["describes", { "1": { "11": 3 } }], ["decided", { "1": { "13": 1 } }], ["decide", { "1": { "13": 1 } }], ["decides", { "1": { "4": 1, "13": 1, "15": 2 } }], ["declarative", { "1": { "10": 1 } }], ["delta`", { "1": { "17": 3 } }], ["delta", { "1": { "4": 2, "5": 15, "16": 4, "17": 16 } }], ["def456b", { "1": { "17": 1 } }], ["defaults", { "1": { "11": 2, "12": 1, "14": 1 } }], ["default", { "1": { "1": 1, "7": 1, "10": 1, "11": 7, "12": 3, "13": 1, "14": 4, "15": 3 } }], ["definitions", { "1": { "18": 1 } }], ["definition", { "1": { "10": 1, "11": 3, "12": 1, "13": 1, "18": 1 } }], ["defining", { "1": { "0": 1, "4": 1, "10": 1 } }], ["defined", { "1": { "0": 2, "13": 2 } }], ["defines", { "1": { "0": 1 } }], ["define", { "1": { "0": 4, "1": 2, "10": 2, "11": 1, "12": 1, "13": 1, "14": 1 } }], ["demo", { "1": { "1": 2, "5": 1, "17": 2 } }], ["deep", { "1": { "0": 1, "2": 1 } }], ["debug", { "1": { "0": 1, "10": 1, "14": 1 } }], ["deploy", { "1": { "0": 2, "18": 1 } }], ["developers", { "1": { "0": 2 } }], ["pipelines", { "1": { "18": 1 } }], ["phone", { "1": { "12": 1 } }], ["purpose", { "1": { "11": 1 } }], ["purple", { "1": { "8": 2 } }], ["push", { "1": { "9": 1 } }], ["pulse", { "1": { "8": 2 } }], ["pending", { "1": { "7": 1, "9": 2 } }], ["permissions", { "1": { "16": 1 } }], ["persona", { "1": { "15": 1 } }], ["persists", { "1": { "11": 2 } }], ["persistence", { "1": { "11": 1 } }], ["persistent", { "1": { "10": 1, "11": 2, "14": 1 } }], ["persist", { "1": { "11": 1 } }], ["per", { "1": { "5": 1, "12": 1 } }], ["p>", { "1": { "7": 3, "8": 2, "9": 2 } }], ["policies", { "1": { "10": 2, "11": 3, "15": 4 } }], ["portable", { "1": { "10": 1 } }], ["populate", { "1": { "6": 1 } }], ["possible", { "1": { "5": 1 } }], ["post", { "1": { "1": 4, "4": 2, "6": 1, "16": 3, "17": 4, "18": 2 } }], ["points", { "1": { "13": 1 } }], ["point", { "1": { "2": 1 } }], ["pattern", { "1": { "17": 1 } }], ["patch", { "1": { "16": 1, "18": 3 } }], ["payload", { "1": { "12": 1 } }], ["parameter", { "1": { "13": 2 } }], ["parameters", { "1": { "10": 1, "13": 7, "15": 3, "16": 1 } }], ["part", { "1": { "7": 7, "8": 5 } }], ["parts", { "1": { "6": 3, "7": 8, "8": 2, "17": 2 } }], ["participant", { "1": { "0": 3, "4": 4 } }], ["pauses", { "1": { "4": 1 } }], ["passed", { "1": { "4": 1 } }], ["pass", { "1": { "3": 1, "4": 1, "7": 2, "11": 1 } }], ["password", { "1": { "3": 1, "12": 1, "17": 7 } }], ["package", { "1": { "2": 1, "6": 1 } }], ["page", { "1": { "1": 1, "3": 1 } }], ["py", { "1": { "1": 2 } }], ["px", { "1": { "1": 2 } }], ["p", { "1": { "1": 3, "7": 4, "8": 11, "9": 3 } }], ["play", { "1": { "8": 1 } }], ["placeholder=", { "1": { "1": 1 } }], ["plan", { "1": { "1": 1, "4": 2, "13": 4 } }], ["platforms", { "1": { "4": 1 } }], ["platform", { "1": { "0": 1, "4": 7, "16": 1, "17": 2 } }], ["practices", { "1": { "4": 1, "12": 1, "13": 1 } }], ["price", { "1": { "13": 1 } }], ["primitive", { "1": { "4": 1 } }], ["priority", { "1": { "4": 4, "13": 8, "14": 2, "15": 1 } }], ["prevent", { "1": { "15": 1 } }], ["preventdefault", { "1": { "1": 1 } }], ["pre>", { "1": { "7": 2 } }], ["preserves", { "1": { "7": 1 } }], ["pre", { "1": { "6": 1 } }], ["prerequisites", { "1": { "1": 1 } }], ["programmatic", { "1": { "16": 1 } }], ["progress", { "1": { "5": 1, "6": 2, "9": 1, "13": 1 } }], ["professional", { "1": { "15": 1 } }], ["properties", { "1": { "14": 1 } }], ["property", { "1": { "9": 1, "14": 1 } }], ["proper", { "1": { "3": 1 } }], ["promise<void>", { "1": { "6": 1 } }], ["promise<unknown>", { "1": { "4": 1 } }], ["promise<sessionstate>", { "1": { "2": 1 } }], ["promise<string>", { "1": { "2": 1 } }], ["prompts", { "1": { "0": 1, "10": 5, "11": 1, "13": 3, "15": 2, "18": 6 } }], ["prompt", { "1": { "0": 1, "10": 2, "12": 1, "14": 10, "15": 7, "18": 2 } }], ["productsearch", { "1": { "4": 2 } }], ["products", { "1": { "4": 4, "12": 1, "13": 4 } }], ["product", { "1": { "1": 1, "2": 1, "3": 1, "10": 1, "11": 3, "13": 2, "15": 4, "17": 3 } }], ["production", { "1": { "0": 1 } }], ["pro", { "1": { "1": 2, "2": 1, "3": 1, "11": 1, "16": 1, "17": 3 } }], ["processing", { "1": { "8": 1, "14": 1 } }], ["process", { "1": { "1": 2, "3": 2 } }], ["projects", { "1": { "10": 1 } }], ["project", { "1": { "1": 1, "16": 1, "18": 1 } }], ["provided", { "1": { "10": 2, "11": 3, "12": 1, "18": 1 } }], ["provide", { "1": { "10": 1, "11": 2 } }], ["provides", { "1": { "2": 1, "6": 1, "7": 1, "8": 1, "18": 1 } }], ["provider", { "1": { "0": 1, "15": 1 } }], ["providing", { "1": { "0": 1 } }], ["protocolyaml", { "1": { "18": 1 } }], ["protocols", { "1": { "0": 2, "10": 3, "18": 1 } }], ["protocol", { "1": { "0": 4, "1": 2, "4": 1, "9": 1, "10": 8, "13": 1, "18": 7 }, "2": { "10": 1, "11": 1, "12": 1, "13": 1, "14": 1, "15": 1 } }], ["problems", { "1": { "0": 1 } }], ["wrapped", { "1": { "16": 1 } }], ["writing", { "1": { "11": 1 } }], ["write", { "1": { "10": 1, "11": 3 } }], ["written", { "1": { "10": 1, "11": 1 } }], ["wrong<", { "1": { "8": 1 } }], ["wrong", { "1": { "5": 1 } }], ["we", { "1": { "16": 1 } }], ["went", { "1": { "5": 1, "8": 1 } }], ["web", { "1": { "0": 1 } }], ["w", { "1": { "1": 3, "8": 2, "9": 4 } }], ["while", { "1": { "9": 1, "13": 2 } }], ["which", { "1": { "7": 1, "14": 1 } }], ["white", { "1": { "1": 2 } }], ["whether", { "1": { "9": 1 } }], ["where", { "1": { "4": 1, "5": 1 } }], ["when", { "1": { "3": 1, "4": 2, "5": 1, "7": 2, "8": 2, "9": 1, "10": 2, "11": 3, "12": 4, "13": 4, "14": 1, "17": 1 } }], ["why", { "1": { "4": 1, "10": 1, "12": 1 } }], ["what", { "1": { "0": 2, "1": 1, "4": 1, "6": 1, "9": 1, "10": 2, "11": 2, "12": 1, "13": 2, "14": 1 } }], ["wants", { "1": { "12": 1 } }], ["waiting", { "1": { "5": 1 } }], ["watchers`", { "1": { "3": 1 } }], ["watchers", { "1": { "3": 1 } }], ["walk", { "1": { "1": 1 } }], ["way", { "1": { "0": 1 } }], ["widget", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["will", { "1": { "1": 1 } }], ["without", { "1": { "15": 1 } }], ["within", { "1": { "11": 1 } }], ["with", { "1": { "0": 4, "1": 3, "2": 2, "3": 3, "4": 3, "5": 3, "6": 3, "7": 2, "8": 1, "9": 2, "10": 11, "11": 5, "12": 2, "14": 1, "15": 1, "17": 3 } }], ["works", { "1": { "15": 1 } }], ["working", { "1": { "1": 1, "6": 1 } }], ["work", { "1": { "0": 1, "5": 1 } }], ["false", { "1": { "7": 1, "12": 2, "14": 2 } }], ["failed", { "1": { "5": 1, "8": 1, "17": 1 } }], ["failure", { "1": { "5": 1 } }], ["failures", { "1": { "4": 1 } }], ["factual", { "1": { "15": 1 } }], ["facing", { "1": { "5": 1 } }], ["face", { "1": { "0": 1 } }], ["fields", { "1": { "13": 1, "18": 2 } }], ["field", { "1": { "10": 1, "11": 3, "13": 1, "15": 1, "16": 1, "17": 3, "18": 1 } }], ["fires", { "1": { "14": 1 } }], ["fire", { "1": { "10": 1 } }], ["first", { "1": { "0": 1, "3": 1 } }], ["files", { "1": { "18": 1 } }], ["filename", { "1": { "15": 1 } }], ["file", { "1": { "10": 1, "12": 3, "14": 1 } }], ["filling", { "1": { "8": 1 } }], ["filtered", { "1": { "5": 2 } }], ["filter", { "1": { "5": 1, "7": 1, "8": 2, "9": 1, "12": 1, "13": 2 } }], ["finalized", { "1": { "8": 1 } }], ["finally", { "1": { "4": 1 } }], ["finishevent", { "1": { "5": 1 } }], ["finishreason", { "1": { "5": 1, "16": 1, "17": 1 } }], ["finish", { "1": { "5": 3, "16": 1, "17": 1 } }], ["find", { "1": { "4": 1, "8": 2 } }], ["findbyid", { "1": { "2": 1, "4": 3, "13": 1 } }], ["feedback", { "1": { "12": 3 } }], ["features", { "1": { "1": 1, "2": 1, "6": 1 } }], ["fetchsession", { "1": { "7": 1 } }], ["fetch", { "1": { "1": 3, "4": 1, "6": 1, "7": 1 } }], ["flex", { "1": { "1": 5, "7": 1, "8": 3, "9": 3 } }], ["flows", { "1": { "10": 1 } }], ["flowchart", { "1": { "3": 1 } }], ["flow", { "1": { "0": 1, "4": 1, "9": 1 } }], ["functions", { "1": { "4": 1 } }], ["function", { "1": { "1": 5, "4": 1, "6": 3, "7": 4, "8": 6, "9": 7 } }], ["full", { "1": { "0": 1, "1": 1, "4": 2, "9": 1, "15": 1 } }], ["friendly", { "1": { "15": 1 } }], ["from", { "1": { "1": 9, "2": 1, "3": 2, "4": 1, "6": 1, "7": 1, "9": 2, "11": 1, "12": 3, "13": 1, "14": 1, "17": 1 } }], ["frontends", { "1": { "16": 1 } }], ["frontend", { "1": { "1": 2, "3": 2, "4": 1, "5": 2 } }], ["fragmented", { "1": { "0": 1 } }], ["folder", { "1": { "10": 1 } }], ["font", { "1": { "7": 1, "8": 2, "9": 3 } }], ["found", { "1": { "1": 1, "3": 1, "4": 1, "5": 1, "8": 1, "16": 3 } }], ["forbidden", { "1": { "16": 1 } }], ["force", { "1": { "13": 1 } }], ["foreach", { "1": { "9": 1 } }], ["format`", { "1": { "18": 1 } }], ["format", { "1": { "10": 1, "11": 1, "14": 2, "15": 1, "16": 2, "18": 5 } }], ["form>", { "1": { "1": 1 } }], ["formevent", { "1": { "1": 1 } }], ["form", { "1": { "0": 1, "12": 1 } }], ["for", { "1": { "0": 3, "1": 3, "2": 4, "4": 4, "5": 2, "6": 2, "7": 5, "8": 1, "9": 2, "10": 3, "11": 4, "12": 2, "13": 2, "14": 9, "15": 3, "16": 2, "17": 3, "18": 2 } }], ["focused", { "1": { "12": 2 } }], ["focus", { "1": { "0": 1 } }], ["cd", { "1": { "18": 1 } }], ["ci", { "1": { "18": 1 } }], ["cm5xyz123abc456def", { "1": { "17": 2 } }], ["cm5xvz7k80001abcd", { "1": { "17": 3, "18": 4 } }], ["cycles", { "1": { "13": 1, "15": 2 } }], ["center", { "1": { "7": 1, "8": 3, "9": 3 } }], ["check", { "1": { "4": 1, "9": 1 } }], ["changed", { "1": { "17": 1 } }], ["changes", { "1": { "10": 1 } }], ["chatwithtools", { "1": { "8": 1 } }], ["chatstatus", { "1": { "6": 1 } }], ["chatmessage", { "1": { "3": 1, "7": 1 } }], ["chatpage", { "1": { "1": 1 } }], ["chatprops", { "1": { "1": 2 } }], ["chat", { "1": { "0": 2, "1": 11, "2": 1, "3": 2, "4": 1, "5": 1, "6": 3, "8": 1, "9": 2, "10": 1, "11": 1, "12": 3, "14": 3, "18": 8 } }], ["challenges", { "1": { "0": 1 } }], ["c1", { "1": { "3": 1 } }], ["c", { "1": { "3": 7 } }], ["creative", { "1": { "15": 3 } }], ["creation", { "1": { "11": 2, "13": 1 } }], ["creating", { "1": { "3": 1, "9": 1, "10": 1, "11": 2 } }], ["createdby", { "1": { "4": 1 } }], ["createdat", { "1": { "3": 3, "4": 2, "7": 3, "13": 3, "17": 3, "18": 1 } }], ["created", { "1": { "3": 1, "4": 1, "13": 2, "16": 2, "18": 4 } }], ["createsession", { "1": { "1": 2 } }], ["creates", { "1": { "1": 1, "18": 1 } }], ["create", { "1": { "1": 13, "2": 5, "3": 6, "4": 9, "11": 3, "13": 12, "14": 7, "15": 4, "16": 2, "17": 2, "18": 2 } }], ["curl", { "1": { "16": 2, "17": 3, "18": 5 } }], ["currently", { "1": { "8": 1 } }], ["current", { "1": { "2": 1, "3": 2, "6": 2, "8": 2, "9": 1, "11": 1 } }], ["customer", { "1": { "18": 3 } }], ["custom", { "1": { "0": 1, "1": 1, "4": 1, "11": 1, "16": 1 } }], ["clothing", { "1": { "13": 1 } }], ["clear", { "1": { "12": 3, "13": 2 } }], ["cleartimeout", { "1": { "4": 1 } }], ["clamp", { "1": { "8": 1 } }], ["claude", { "1": { "5": 1, "10": 1, "13": 1, "14": 2, "15": 9, "18": 2 } }], ["class", { "1": { "2": 3 } }], ["classname=", { "1": { "1": 8, "7": 13, "8": 13, "9": 21 } }], ["clicks", { "1": { "0": 2, "9": 1, "10": 1, "12": 2 } }], ["client", { "1": { "0": 3, "1": 9, "2": 4, "3": 9, "4": 2, "5": 1, "6": 7, "7": 1, "8": 1, "9": 1, "11": 2, "12": 1, "13": 1, "16": 2, "18": 1 }, "2": { "6": 1, "7": 1, "8": 1, "9": 1 } }], ["case`", { "1": { "10": 1, "12": 1 } }], ["case", { "1": { "7": 3, "8": 7, "9": 5, "15": 1 } }], ["caught", { "1": { "5": 1 } }], ["captured", { "1": { "4": 1, "5": 1 } }], ["capabilities", { "1": { "0": 1, "10": 1 } }], ["catalog", { "1": { "13": 1 } }], ["category", { "1": { "4": 3, "12": 1, "13": 2 } }], ["catch", { "1": { "3": 1, "10": 1 } }], ["cached", { "1": { "11": 1 } }], ["cache", { "1": { "1": 2, "5": 2 } }], ["calling", { "1": { "15": 1, "16": 1 } }], ["callback", { "1": { "12": 2 } }], ["callbacks", { "1": { "6": 1, "7": 1, "11": 1 } }], ["called", { "1": { "8": 1, "12": 1 } }], ["call", { "1": { "0": 2, "4": 3, "5": 1, "6": 1, "7": 4, "8": 4, "9": 1, "11": 1, "13": 6, "14": 7, "15": 4, "17": 1 } }], ["calls", { "1": { "0": 1, "3": 1, "4": 2, "5": 1, "6": 2, "7": 4, "8": 1, "9": 1, "10": 1, "13": 2, "15": 1, "17": 1 } }], ["cancel", { "1": { "12": 1 } }], ["cannot", { "1": { "11": 1, "12": 1 } }], ["can", { "1": { "0": 3, "4": 2, "5": 1, "9": 1, "10": 3, "11": 3, "12": 1, "13": 3, "15": 4, "16": 1, "17": 3 } }], ["copy", { "1": { "17": 1 } }], ["couldn", { "1": { "4": 1 } }], ["corresponding", { "1": { "12": 2 } }], ["corp", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["core", { "1": { "0": 1 } }], ["col", { "1": { "1": 1 } }], ["comment", { "1": { "12": 3 } }], ["common", { "1": { "5": 2, "12": 1 } }], ["completes", { "1": { "8": 1 } }], ["complete", { "1": { "5": 1, "14": 1, "17": 2 } }], ["completedat", { "1": { "9": 1 } }], ["completed", { "1": { "5": 2, "8": 2, "9": 3, "17": 2 } }], ["completion", { "1": { "5": 1, "8": 1 } }], ["complexity", { "1": { "0": 1, "4": 1, "15": 1 } }], ["complex", { "1": { "0": 1, "11": 1, "15": 2 } }], ["company", { "1": { "1": 1, "2": 1, "3": 1, "10": 2, "11": 5, "14": 3, "15": 4, "17": 3, "18": 4 } }], ["components", { "1": { "1": 2 } }], ["component", { "1": { "1": 1 } }], ["com", { "1": { "1": 1, "17": 1 } }], ["codes", { "1": { "16": 1 } }], ["code", { "1": { "0": 1, "16": 2 } }], ["codebases", { "1": { "0": 1 } }], ["convert", { "1": { "7": 1, "14": 1 } }], ["conversation`", { "1": { "3": 1 } }], ["conversation", { "1": { "0": 2, "3": 3, "5": 1, "7": 1, "8": 1, "9": 2, "10": 1, "11": 8, "12": 1, "13": 1, "14": 19, "15": 1, "17": 2 } }], ["conversations", { "1": { "0": 1, "3": 1, "17": 1 } }], ["conventions", { "1": { "5": 1, "10": 1 } }], ["configuration", { "1": { "10": 1, "11": 1, "15": 2 } }], ["configurable", { "1": { "3": 1 } }], ["configures", { "1": { "15": 1 } }], ["configure", { "1": { "3": 2 } }], ["config", { "0": { "15": 1 }, "1": { "2": 1, "10": 2, "11": 1, "15": 3 } }], ["connection", { "1": { "1": 1, "5": 1 } }], ["connecting", { "1": { "0": 1 } }], ["consistent", { "1": { "15": 1 } }], ["console", { "1": { "3": 4, "4": 2, "7": 1, "8": 2, "9": 2, "11": 1, "18": 2 } }], ["constrained", { "1": { "13": 1 } }], ["constructor", { "1": { "2": 1 } }], ["const", { "1": { "1": 15, "2": 5, "3": 7, "4": 21, "5": 1, "6": 6, "7": 4, "8": 10, "9": 6, "11": 1, "12": 2, "13": 4, "18": 1 } }], ["consumers", { "1": { "11": 1 } }], ["consumer", { "1": { "0": 1, "3": 1, "11": 4 } }], ["contain", { "1": { "14": 1 } }], ["containing", { "1": { "11": 1 } }], ["contained", { "1": { "0": 1 } }], ["context", { "1": { "4": 5, "11": 1 } }], ["content", { "1": { "1": 4, "2": 1, "3": 2, "5": 6, "6": 5, "7": 13, "8": 6, "9": 6, "14": 4, "15": 1, "16": 1, "17": 8, "18": 8 } }], ["continuation", { "1": { "2": 1, "17": 3 } }], ["continues", { "1": { "8": 2 } }], ["continue", { "1": { "0": 1, "4": 1 } }], ["controller", { "1": { "4": 3 } }], ["control", { "1": { "0": 1, "1": 1, "4": 1, "5": 1, "9": 1, "15": 1 } }], ["concepts", { "1": { "0": 1 } }], ["share", { "1": { "15": 1 } }], ["show", { "1": { "8": 3, "9": 10, "13": 2, "14": 3 } }], ["showing", { "1": { "6": 1, "9": 1 } }], ["shows", { "1": { "5": 2, "6": 1, "9": 2, "13": 2, "14": 2 } }], ["shown", { "1": { "5": 1, "9": 1, "13": 1, "14": 3 } }], ["shouldn", { "1": { "14": 1 } }], ["should", { "1": { "5": 1, "12": 2 } }], ["single", { "1": { "18": 1 } }], ["simple", { "1": { "14": 1, "15": 1 } }], ["silently", { "1": { "13": 1 } }], ["signal", { "1": { "4": 2 } }], ["signature", { "1": { "4": 1 } }], ["significant", { "1": { "0": 1 } }], ["snake", { "1": { "10": 1, "12": 1 } }], ["sm", { "1": { "7": 3, "8": 1, "9": 4 } }], ["switch", { "1": { "7": 1, "8": 2, "9": 1 } }], ["schema", { "1": { "13": 1 } }], ["scope", { "1": { "11": 1 } }], ["scoping", { "1": { "11": 1 } }], ["scroll", { "1": { "8": 1 } }], ["scenarios", { "1": { "5": 1 } }], ["scattered", { "1": { "0": 1 } }], ["sse", { "1": { "5": 1, "16": 2, "17": 1 } }], ["save", { "1": { "11": 1, "14": 4 } }], ["safe", { "1": { "10": 1, "18": 1 } }], ["sandbox", { "1": { "4": 1 } }], ["same", { "1": { "0": 1 } }], ["sync", { "1": { "18": 2 } }], ["synced", { "1": { "3": 1, "11": 3 } }], ["systemprompt", { "1": { "18": 1 } }], ["system", { "1": { "1": 1, "4": 1, "7": 1, "10": 5, "11": 2, "13": 2, "14": 4, "15": 17, "18": 10 } }], ["systems", { "1": { "0": 1 } }], ["s", { "1": { "1": 1, "9": 1, "10": 1, "11": 2, "12": 1, "13": 1, "14": 1, "15": 1, "17": 1 } }], ["spin", { "1": { "9": 1 } }], ["span>", { "1": { "7": 2, "8": 3, "9": 2 } }], ["space", { "1": { "1": 1, "7": 2, "9": 4 } }], ["specifies", { "1": { "5": 1 } }], ["specific", { "1": { "2": 1, "4": 1, "5": 1, "12": 1, "13": 2, "14": 1, "15": 1 } }], ["specifying", { "1": { "3": 1 } }], ["specify", { "1": { "0": 1, "10": 1, "15": 1 } }], ["slug`", { "1": { "18": 1 } }], ["slugs", { "1": { "10": 1 } }], ["slug", { "1": { "1": 1, "10": 1, "17": 2, "18": 10 } }], ["sdk`", { "1": { "2": 1, "6": 1, "16": 2 } }], ["sdk", { "1": { "0": 5, "1": 10, "2": 7, "3": 2, "4": 6, "5": 5, "6": 6, "7": 1, "8": 2, "11": 1, "12": 3, "16": 2, "17": 3, "18": 1 }, "2": { "2": 1, "3": 1, "4": 1, "5": 1, "6": 1, "7": 1, "8": 1, "9": 1 } }], ["sdks", { "1": { "0": 1, "1": 1, "16": 3 } }], ["survive", { "1": { "11": 1 } }], ["summarize", { "1": { "12": 1, "14": 2 } }], ["summarizing", { "1": { "9": 1, "14": 1 } }], ["summarization", { "1": { "8": 2, "14": 2 } }], ["summary>", { "1": { "7": 1 } }], ["summary", { "1": { "4": 8, "5": 2, "9": 2, "10": 4, "11": 14, "12": 1, "13": 7, "14": 30, "15": 5, "17": 1 } }], ["successfully", { "1": { "18": 2 } }], ["success", { "1": { "5": 1, "16": 3 } }], ["subscription", { "1": { "4": 1, "12": 1, "13": 2 } }], ["submits", { "1": { "12": 1 } }], ["submit", { "1": { "1": 1, "12": 2 } }], ["submissions", { "1": { "0": 1 } }], ["supportchatprogress", { "1": { "9": 1 } }], ["supported", { "1": { "5": 1, "11": 1, "13": 1 } }], ["support", { "1": { "0": 1, "1": 2, "2": 1, "3": 2, "4": 2, "9": 2, "10": 3, "11": 6, "12": 3, "13": 10, "14": 3, "15": 8, "18": 13 } }], ["step", { "1": { "9": 1, "14": 8, "15": 1 } }], ["steps", { "1": { "0": 1, "2": 1, "6": 2, "10": 1, "15": 1 } }], ["stock", { "1": { "13": 1 } }], ["stop", { "1": { "5": 2, "16": 1, "17": 1 } }], ["stores", { "1": { "11": 2 } }], ["stored", { "1": { "4": 2, "11": 1, "13": 1, "14": 1 } }], ["store", { "1": { "0": 1, "3": 1, "13": 2, "14": 3, "17": 1 } }], ["structure", { "1": { "7": 1, "9": 1, "10": 2, "12": 1, "14": 1 } }], ["structured", { "1": { "6": 1, "7": 1, "8": 1 } }], ["stringify", { "1": { "1": 2, "6": 1, "7": 1 } }], ["string", { "1": { "1": 2, "2": 7, "3": 4, "4": 7, "6": 7, "7": 10, "9": 8, "10": 8, "11": 8, "12": 13, "13": 15, "15": 9, "17": 2, "18": 8 } }], ["stream`", { "1": { "17": 1 } }], ["streamed", { "1": { "8": 2 } }], ["streamevent", { "1": { "5": 1 } }], ["streams", { "1": { "1": 1, "5": 1, "6": 1, "9": 1, "13": 1, "14": 1, "15": 1 } }], ["stream", { "1": { "0": 2, "1": 4, "2": 7, "3": 5, "4": 3, "5": 12, "8": 5, "9": 7, "12": 2, "14": 4, "16": 1, "17": 3 } }], ["streamingcontent", { "1": { "8": 2 } }], ["streamingparts", { "1": { "6": 3, "8": 9 } }], ["streamingtext", { "1": { "1": 3, "6": 6, "8": 9, "9": 4 } }], ["streaming", { "0": { "5": 1, "8": 1 }, "1": { "0": 1, "1": 2, "2": 6, "5": 5, "6": 8, "7": 1, "8": 15, "9": 6, "14": 1, "16": 2, "17": 2 } }], ["standard", { "1": { "16": 1 } }], ["state`", { "1": { "3": 2 } }], ["state", { "1": { "2": 3, "3": 15, "4": 1, "6": 3, "7": 2, "8": 1, "11": 3, "16": 1, "17": 1 } }], ["stateful", { "1": { "0": 2, "3": 1 } }], ["statusindicator", { "1": { "8": 1 } }], ["status=", { "1": { "7": 1, "9": 2 } }], ["status", { "1": { "1": 2, "3": 1, "4": 1, "6": 5, "7": 6, "8": 7, "9": 12, "16": 1 } }], ["start`", { "1": { "17": 4 } }], ["starts", { "1": { "8": 2 } }], ["startevent", { "1": { "5": 1 } }], ["startedat", { "1": { "9": 1 } }], ["started", { "1": { "0": 1, "5": 5, "9": 1, "17": 4 }, "2": { "0": 1, "1": 1 } }], ["start", { "0": { "1": 1 }, "1": { "0": 1, "1": 1, "4": 1, "5": 5, "9": 1, "14": 5, "15": 2, "16": 3, "17": 4 } }], ["sess", { "1": { "16": 1 } }], ["sessionattachoptions", { "1": { "2": 1 } }], ["sessionid=", { "1": { "1": 1 } }], ["sessionid", { "1": { "1": 12, "2": 5, "3": 8, "4": 2, "6": 3, "7": 1, "11": 1, "13": 1, "16": 1, "17": 5 } }], ["sessions`", { "1": { "16": 1 } }], ["sessionstate", { "1": { "3": 2, "7": 2 } }], ["sessions", { "0": { "3": 1, "17": 1 }, "1": { "0": 2, "1": 1, "2": 4, "3": 5, "4": 1, "16": 4, "17": 8 } }], ["session", { "1": { "0": 2, "1": 7, "2": 12, "3": 15, "4": 5, "5": 1, "6": 1, "7": 3, "10": 1, "11": 5, "12": 2, "13": 1, "16": 4, "17": 6 } }], ["section", { "1": { "15": 1 } }], ["separate", { "1": { "14": 2 } }], ["separately", { "1": { "8": 1 } }], ["sequence", { "1": { "14": 1 } }], ["sequencediagram", { "1": { "0": 1, "4": 1 } }], ["serialized", { "1": { "11": 1 } }], ["serialize", { "1": { "9": 1, "11": 2, "12": 1, "14": 6 } }], ["serializable", { "1": { "4": 1 } }], ["servers", { "1": { "0": 1 } }], ["server", { "1": { "0": 4, "1": 7, "2": 8, "3": 2, "4": 4, "5": 1, "8": 1, "12": 1, "16": 4, "17": 2, "18": 1 }, "2": { "2": 1, "3": 1, "4": 1, "5": 1 } }], ["service", { "1": { "0": 1 } }], ["sentiment", { "1": { "12": 1 } }], ["sent", { "1": { "4": 2, "5": 1, "9": 1, "16": 1, "17": 1 } }], ["sensitive", { "1": { "4": 1 } }], ["sends", { "1": { "8": 1, "12": 3 } }], ["sendmessage", { "1": { "6": 1, "7": 1 } }], ["send", { "1": { "1": 1, "7": 1, "12": 1, "17": 1 } }], ["sees", { "1": { "5": 1, "14": 2 } }], ["see", { "1": { "3": 1, "13": 1 } }], ["sets", { "1": { "15": 1 } }], ["setsessionid", { "1": { "1": 2 } }], ["settings", { "1": { "10": 3, "16": 1, "18": 4 } }], ["settimeout", { "1": { "4": 1 } }], ["set", { "1": { "9": 1, "11": 2, "14": 4 } }], ["setinputvalue", { "1": { "1": 3 } }], ["setup", { "1": { "1": 2 } }], ["search", { "1": { "0": 1, "4": 4, "12": 2, "13": 5, "15": 4 } }], ["self", { "1": { "0": 1 } }], ["some", { "1": { "13": 1 } }], ["something", { "1": { "5": 1 } }], ["sonnet", { "1": { "10": 1, "13": 1, "14": 2, "15": 7, "18": 2 } }], ["sound", { "1": { "8": 1 } }], ["source", { "1": { "4": 1 } }], ["solves", { "1": { "0": 1 } }], ["so", { "1": { "0": 1 } }], ["ll", { "1": { "17": 1 } }], ["llm", { "1": { "0": 4, "4": 8, "6": 1, "11": 1, "13": 5, "14": 4, "15": 8 } }], ["later", { "1": { "13": 1 } }], ["layer", { "1": { "0": 1 } }], ["limits", { "1": { "16": 2 } }], ["limited", { "1": { "16": 1 } }], ["limit", { "1": { "14": 1, "15": 2, "16": 2 } }], ["literal", { "1": { "13": 1, "14": 1 } }], ["list", { "1": { "13": 1, "14": 1, "15": 1, "16": 1, "18": 1 } }], ["line", { "1": { "8": 1 } }], ["like", { "1": { "5": 1, "8": 1, "9": 1, "12": 1 } }], ["lifecycle", { "1": { "3": 1, "5": 3 } }], ["lib", { "1": { "1": 3 } }], ["lg", { "1": { "1": 4, "7": 2, "8": 1 } }], ["level", { "1": { "12": 1, "13": 1, "14": 1, "15": 2 } }], ["left", { "1": { "7": 1 } }], ["let", { "1": { "5": 1, "8": 1, "9": 1, "13": 1 } }], ["lets", { "1": { "0": 1 } }], ["leaves", { "1": { "4": 1 } }], ["learn", { "1": { "0": 1, "1": 1 } }], ["length", { "1": { "3": 1, "4": 2, "5": 1, "8": 1, "9": 2 } }], ["low", { "1": { "13": 2, "14": 2, "15": 3 } }], ["lowercase", { "1": { "10": 1 } }], ["loading", { "1": { "6": 2, "8": 3 } }], ["load", { "1": { "3": 1 } }], ["logging", { "1": { "7": 1 } }], ["log", { "1": { "3": 3, "4": 3, "7": 1, "8": 1, "9": 2, "11": 1, "18": 2 } }], ["logic", { "1": { "0": 1, "4": 1, "10": 1 } }], ["loop", { "1": { "2": 1 } }], ["looking", { "1": { "5": 1, "10": 1, "13": 1 } }], ["look", { "1": { "1": 1, "8": 1, "13": 2, "15": 1 } }], ["local`", { "1": { "1": 1 } }], ["locally", { "1": { "0": 1 } }], ["t1", { "1": { "17": 10 } }], ["tasks", { "1": { "15": 1 } }], ["talk", { "1": { "9": 1, "10": 1, "12": 1 } }], ["target", { "1": { "1": 1 } }], ["tc", { "1": { "9": 6, "17": 1 } }], ["td", { "1": { "3": 1 } }], ["t", { "1": { "1": 1, "4": 1, "9": 2, "11": 1, "13": 1, "14": 5, "15": 1 } }], ["types", { "1": { "5": 2, "10": 1, "12": 1, "13": 2, "14": 1, "17": 1 } }], ["typeof", { "1": { "4": 1 } }], ["type=", { "1": { "1": 2 } }], ["type", { "1": { "1": 4, "2": 1, "3": 1, "4": 4, "5": 28, "7": 2, "8": 2, "9": 2, "10": 10, "11": 19, "12": 23, "13": 19, "14": 24, "15": 12, "16": 9, "17": 22, "18": 6 } }], ["tier", { "1": { "12": 2, "16": 2 } }], ["tier2", { "1": { "12": 1 } }], ["title", { "1": { "5": 1 } }], ["ticketservice", { "1": { "4": 1, "13": 1 } }], ["ticketid", { "1": { "1": 1, "4": 1, "13": 2 } }], ["ticket", { "1": { "1": 3, "4": 6, "9": 2, "10": 1, "11": 5, "13": 22, "14": 14, "15": 4 } }], ["timeout", { "1": { "4": 2, "11": 1 } }], ["timeouts", { "1": { "4": 1 } }], ["time", { "1": { "0": 1, "2": 1, "5": 1, "6": 1, "8": 1 } }], ["tsx", { "1": { "1": 2 } }], ["ts", { "1": { "1": 3 } }], ["temperature", { "1": { "15": 3 } }], ["templates", { "1": { "10": 1 } }], ["temporary", { "1": { "10": 1 } }], ["textendevent", { "1": { "5": 1 } }], ["textdeltaevent", { "1": { "5": 1 } }], ["textstartevent", { "1": { "5": 1 } }], ["text", { "1": { "0": 1, "1": 5, "2": 1, "3": 2, "4": 1, "5": 16, "6": 7, "7": 15, "8": 10, "9": 11, "11": 3, "14": 6, "16": 4, "17": 15 } }], ["teams", { "1": { "0": 2 } }], ["true`", { "1": { "14": 1 } }], ["true", { "1": { "6": 1, "8": 1, "10": 2, "11": 5, "12": 4, "13": 2, "14": 3, "15": 3, "17": 3 } }], ["traditional", { "1": { "4": 1 } }], ["trackmessage", { "1": { "7": 1 } }], ["tracks", { "1": { "7": 1 } }], ["tracking", { "1": { "6": 1 } }], ["tracked", { "1": { "6": 1 } }], ["track", { "1": { "0": 1, "3": 1, "5": 1, "6": 1, "10": 1 } }], ["try", { "1": { "3": 1, "4": 1 } }], ["trim", { "1": { "1": 2 } }], ["trigger1", { "1": { "12": 1 } }], ["triggered", { "1": { "12": 2 } }], ["triggerfunction", { "1": { "6": 1 } }], ["trigger`", { "1": { "6": 1, "16": 1 } }], ["triggering", { "1": { "2": 2, "3": 1 } }], ["triggeraction", { "1": { "1": 2, "6": 3, "7": 2, "12": 3 } }], ["triggername", { "1": { "1": 4, "2": 1, "4": 1, "6": 3, "16": 1, "17": 3 } }], ["trigger", { "1": { "0": 1, "1": 6, "2": 3, "3": 5, "4": 2, "5": 2, "6": 1, "7": 1, "12": 15, "14": 2, "16": 3, "17": 6 } }], ["triggers", { "0": { "12": 1 }, "1": { "0": 3, "1": 1, "10": 6, "11": 4, "12": 17, "15": 1 } }], ["threw", { "1": { "5": 1 } }], ["threads", { "1": { "8": 1, "9": 4, "14": 1, "15": 1 } }], ["thread", { "1": { "5": 1, "7": 2, "8": 7, "9": 14, "11": 1, "12": 1, "14": 22, "15": 4 } }], ["throw", { "1": { "3": 1, "4": 3 } }], ["through", { "1": { "0": 1, "1": 1, "12": 1 } }], ["thing", { "1": { "12": 2 } }], ["thinking", { "1": { "3": 1, "10": 1, "14": 2, "15": 6, "18": 1 } }], ["this", { "1": { "1": 1, "5": 2, "10": 1, "11": 2, "12": 1, "13": 1, "14": 2, "17": 1, "18": 1 } }], ["them", { "1": { "13": 2 } }], ["they", { "1": { "3": 1, "4": 1, "10": 1, "11": 1, "13": 1, "14": 1, "17": 1 } }], ["these", { "1": { "0": 1, "1": 1, "13": 1 } }], ["their", { "1": { "0": 1, "3": 1, "7": 1, "10": 2, "13": 3 } }], ["the", { "1": { "0": 6, "1": 11, "2": 5, "3": 6, "4": 6, "5": 5, "6": 3, "7": 6, "8": 3, "9": 4, "10": 3, "11": 10, "12": 5, "13": 13, "14": 4, "15": 6, "16": 6, "17": 10, "18": 2 } }], ["that", { "1": { "0": 7, "1": 4, "4": 2, "6": 1, "8": 2, "9": 1, "11": 2, "14": 3, "16": 1, "18": 1 } }], ["token", { "1": { "15": 1, "16": 1 } }], ["tokens", { "1": { "5": 1 } }], ["totalcount", { "1": { "13": 1 } }], ["too", { "1": { "12": 1, "16": 1 } }], ["toolresults", { "1": { "17": 2 } }], ["toolrequestevent", { "1": { "5": 1 } }], ["toolcallcard", { "1": { "7": 1 } }], ["toolcallinfo", { "1": { "7": 3 } }], ["toolcallid", { "1": { "5": 7, "17": 1 } }], ["toolcall", { "1": { "7": 13, "8": 3 } }], ["toolcallwithdescription", { "1": { "7": 1, "9": 1 } }], ["toolcalls", { "1": { "6": 1, "7": 3, "9": 3 } }], ["tooloutputerrorevent", { "1": { "5": 1 } }], ["tooloutputavailableevent", { "1": { "5": 1 } }], ["toolinputavailableevent", { "1": { "5": 1 } }], ["toolinputendevent", { "1": { "5": 1 } }], ["toolinputdeltaevent", { "1": { "5": 1 } }], ["toolinputstartevent", { "1": { "5": 1 } }], ["tooling", { "1": { "0": 1 } }], ["toolname", { "1": { "5": 2, "17": 1 } }], ["toolhandler>", { "1": { "4": 1 } }], ["toolhandler", { "1": { "4": 1 } }], ["toolhandlers", { "1": { "4": 3 } }], ["tool", { "1": { "0": 4, "1": 2, "2": 3, "3": 3, "4": 15, "5": 22, "6": 2, "7": 7, "8": 8, "9": 2, "10": 1, "11": 2, "13": 21, "14": 8, "15": 5, "16": 1, "17": 9 } }], ["tools`", { "1": { "13": 1 } }], ["tools", { "0": { "4": 1, "13": 1 }, "1": { "0": 8, "1": 1, "2": 4, "3": 2, "4": 11, "8": 1, "10": 8, "13": 16, "14": 2, "15": 9, "17": 2 } }], ["toast", { "1": { "8": 1 } }], ["toisostring", { "1": { "4": 1, "13": 1 } }], ["to", { "1": { "0": 9, "1": 6, "2": 1, "3": 9, "4": 4, "5": 5, "7": 6, "8": 3, "9": 5, "10": 2, "11": 8, "12": 5, "13": 8, "14": 17, "15": 7, "16": 1, "17": 3, "18": 1 } }], ["our", { "1": { "16": 1 } }], ["outputs", { "1": { "11": 1 } }], ["outputtochat", { "1": { "9": 1, "17": 1 } }], ["output", { "1": { "4": 1, "5": 7, "9": 2, "11": 5, "13": 3, "14": 9, "17": 2 } }], ["o3", { "1": { "15": 2 } }], ["o1", { "1": { "15": 2 } }], ["occurred", { "1": { "5": 1, "17": 1 } }], ["octavusclientconfig", { "1": { "2": 2 } }], ["octavusclient", { "1": { "1": 2, "2": 4, "3": 2 } }], ["octavus", { "1": { "0": 7, "1": 22, "2": 7, "3": 4, "4": 4, "5": 3, "6": 4, "16": 7, "17": 3, "18": 5 } }], ["objects", { "1": { "13": 1 } }], ["object", { "1": { "4": 1, "17": 2 } }], ["observability", { "1": { "0": 1 } }], ["offer", { "1": { "15": 1 } }], ["of", { "1": { "3": 1, "11": 1, "12": 1, "13": 3, "15": 1, "16": 1, "17": 1 } }], ["openai", { "1": { "15": 6 } }], ["opus", { "1": { "15": 2 } }], ["optionally", { "1": { "4": 1, "13": 1 } }], ["optional", { "1": { "3": 2, "6": 2, "10": 1, "11": 5, "12": 8, "14": 1, "15": 1, "18": 1 } }], ["options", { "1": { "2": 1, "6": 1, "14": 1, "15": 1 } }], ["opacity", { "1": { "1": 1 } }], ["orange", { "1": { "8": 2, "9": 2 } }], ["ordered", { "1": { "6": 1 } }], ["orderservice", { "1": { "4": 1 } }], ["order", { "1": { "4": 1, "7": 1 } }], ["ordering", { "1": { "3": 1, "7": 1 } }], ["or", { "1": { "1": 1, "3": 1, "5": 1, "6": 1, "8": 1, "9": 1, "10": 1, "11": 1, "13": 1, "15": 1, "16": 1, "17": 1, "18": 3 } }], ["orchestration", { "1": { "0": 2 } }], ["override", { "1": { "15": 1 } }], ["overloaded", { "1": { "12": 1 } }], ["overflow", { "1": { "1": 1 } }], ["overview", { "0": { "2": 1, "6": 1, "10": 1, "16": 1 }, "1": { "0": 4, "1": 3, "2": 1, "6": 1, "10": 1, "16": 1 } }], ["over", { "1": { "0": 3, "4": 3 } }], ["overhead", { "1": { "0": 1 } }], ["otherwise", { "1": { "9": 1 } }], ["otherparts", { "1": { "8": 3 } }], ["other", { "1": { "0": 1, "5": 2 } }], ["onblockend", { "1": { "6": 1, "9": 2 } }], ["onblockstart", { "1": { "6": 1, "9": 2 } }], ["onresourceupdate", { "1": { "6": 1, "11": 1 } }], ["ondone", { "1": { "6": 1, "8": 1 } }], ["onmessage", { "1": { "6": 1, "7": 1 } }], ["only", { "1": { "5": 1, "7": 1, "9": 1, "11": 2, "13": 1, "18": 1 } }], ["onerror", { "1": { "6": 1, "8": 1 } }], ["one", { "1": { "3": 1, "12": 1 } }], ["once", { "1": { "3": 1 } }], ["onchange=", { "1": { "1": 1 } }], ["onsubmit=", { "1": { "1": 1 } }], ["ontrigger", { "1": { "1": 1, "6": 2, "7": 2, "8": 1, "9": 1 } }], ["on", { "1": { "0": 4, "1": 1, "2": 1, "3": 3, "4": 2, "13": 1, "17": 1 } }], ["abc123", { "1": { "16": 1 } }], ["abbreviated", { "1": { "12": 1 } }], ["abort", { "1": { "4": 1 } }], ["abortcontroller", { "1": { "4": 1 } }], ["about", { "1": { "0": 1, "1": 1, "5": 1, "13": 1, "15": 1 } }], ["avoid", { "1": { "12": 2, "13": 1 } }], ["available`", { "1": { "17": 2 } }], ["available", { "1": { "4": 2, "5": 4, "7": 3, "9": 2, "13": 3, "15": 1 } }], ["at", { "1": { "10": 1, "11": 1, "12": 1, "13": 1 } }], ["attached", { "1": { "3": 1 } }], ["attaching", { "1": { "3": 1, "4": 1 } }], ["attach", { "1": { "1": 2, "2": 3, "3": 4, "4": 2, "13": 1 } }], ["after", { "1": { "3": 1, "8": 1 } }], ["a1", { "1": { "3": 1 } }], ["always", { "1": { "5": 1, "9": 1, "13": 1 } }], ["align", { "1": { "5": 1 } }], ["alive", { "1": { "1": 1, "5": 1 } }], ["allow", { "1": { "10": 1, "13": 1, "15": 1 } }], ["all", { "1": { "2": 1, "3": 1, "5": 1, "16": 3, "18": 2 } }], ["advanced", { "1": { "1": 1 } }], ["added", { "1": { "7": 1 } }], ["adding", { "1": { "7": 1 } }], ["add", { "1": { "1": 2, "7": 1, "10": 2, "12": 2, "13": 1, "14": 17, "15": 2, "17": 2 } }], ["addusermessage", { "1": { "1": 2, "6": 3, "7": 2 } }], ["authorization", { "1": { "4": 1, "16": 2, "17": 3, "18": 5 } }], ["authtoken", { "1": { "4": 2 } }], ["auth", { "1": { "4": 2 } }], ["authentication", { "1": { "0": 1, "4": 2, "16": 3 } }], ["automatically", { "1": { "6": 1, "7": 1, "16": 1, "17": 1 } }], ["auto", { "1": { "1": 2 } }], ["await", { "1": { "1": 7, "2": 3, "3": 4, "4": 10, "6": 1, "7": 2, "11": 1, "12": 3, "13": 2, "18": 1 } }], ["asks", { "1": { "13": 1 } }], ["asked", { "1": { "5": 1 } }], ["assistant", { "1": { "6": 1, "7": 1, "14": 1, "17": 1, "18": 1 } }], ["async", { "1": { "1": 7, "2": 3, "4": 13, "6": 2, "7": 1, "13": 2 } }], ["as", { "1": { "0": 3, "1": 2, "2": 1, "4": 13, "5": 1, "6": 1, "8": 1, "11": 2, "13": 3 } }], ["arguments", { "1": { "4": 4, "5": 1, "7": 2, "17": 2 } }], ["args", { "1": { "1": 3, "2": 2, "4": 23, "13": 6 } }], ["array", { "1": { "3": 1, "4": 1, "7": 1, "9": 1, "13": 1, "17": 1, "18": 1 } }], ["architecture", { "1": { "0": 1 } }], ["aren", { "1": { "9": 1 } }], ["are", { "1": { "0": 2, "4": 2, "5": 3, "6": 1, "7": 1, "8": 1, "10": 3, "11": 7, "13": 2, "15": 1, "16": 2, "18": 5 } }], ["appear", { "1": { "5": 1 } }], ["applicable", { "1": { "5": 1 } }], ["application", { "1": { "1": 4, "2": 1, "11": 1, "16": 1, "17": 2, "18": 2 } }], ["appropriately", { "1": { "4": 1 } }], ["approach", { "1": { "0": 1 } }], ["app", { "1": { "0": 6, "1": 3, "3": 1 } }], ["apierror", { "1": { "3": 2 } }], ["apis", { "1": { "2": 1 } }], ["apikey", { "1": { "1": 1, "2": 2, "3": 1 } }], ["api", { "1": { "0": 9, "1": 11, "2": 4, "3": 3, "4": 2, "6": 1, "12": 1, "16": 19, "17": 12, "18": 17 }, "2": { "16": 1, "17": 1, "18": 1 } }], ["actually", { "1": { "7": 1 } }], ["activetoolcall", { "1": { "8": 3 } }], ["active", { "1": { "6": 1, "8": 2 } }], ["actions", { "1": { "0": 1, "3": 3, "6": 1 } }], ["action", { "1": { "0": 2, "1": 1, "2": 1, "5": 1, "12": 7 } }], ["acme", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["accurate", { "1": { "3": 1 } }], ["accessing", { "1": { "4": 1, "9": 1 } }], ["access", { "1": { "2": 1, "4": 2, "7": 1, "8": 1, "16": 1 } }], ["accepts", { "1": { "0": 1, "13": 1 } }], ["account", { "1": { "1": 2, "2": 1, "4": 5, "5": 3, "8": 1, "10": 3, "13": 16, "15": 5, "17": 1 } }], ["across", { "1": { "0": 2, "11": 4 } }], ["a", { "1": { "0": 7, "1": 8, "2": 6, "3": 8, "4": 5, "5": 1, "7": 1, "9": 3, "10": 4, "11": 5, "12": 6, "13": 3, "14": 9, "15": 3, "16": 3, "17": 5, "18": 6 } }], ["ai", { "1": { "0": 3, "1": 1, "2": 1, "4": 2, "5": 2, "10": 1, "16": 3, "17": 3, "18": 5 } }], ["agentic", { "1": { "10": 1, "13": 3, "15": 4 } }], ["agentid", { "1": { "2": 1, "3": 3, "17": 3, "18": 7 } }], ["agents`", { "1": { "16": 2 } }], ["agentsession", { "1": { "2": 3 } }], ["agentsessionsapi", { "1": { "2": 3 } }], ["agentsessions", { "1": { "1": 2, "2": 4, "3": 8, "4": 2, "11": 1, "13": 1 } }], ["agentsapi", { "1": { "2": 1 } }], ["agentslug", { "1": { "1": 3 } }], ["agents", { "0": { "18": 1 }, "1": { "0": 8, "1": 1, "2": 2, "4": 1, "6": 1, "10": 3, "13": 1, "16": 5, "17": 3, "18": 16 } }], ["agent", { "0": { "15": 1 }, "1": { "0": 14, "1": 8, "2": 2, "3": 3, "6": 2, "7": 2, "8": 1, "9": 3, "10": 18, "11": 5, "12": 1, "13": 2, "15": 11, "16": 9, "17": 13, "18": 24 } }], ["another", { "1": { "14": 2 } }], ["anthropic", { "1": { "10": 1, "13": 1, "14": 2, "15": 8, "18": 2 } }], ["animate", { "1": { "8": 2, "9": 1 } }], ["analysis", { "1": { "12": 2, "15": 1 } }], ["analytics", { "1": { "7": 1 } }], ["analyze", { "1": { "5": 1, "12": 2 } }], ["any", { "1": { "1": 1, "4": 2 } }], ["and", { "1": { "0": 10, "1": 4, "2": 4, "3": 3, "4": 4, "5": 2, "6": 1, "7": 4, "10": 3, "11": 2, "12": 2, "13": 4, "14": 1, "15": 4, "16": 2, "17": 3, "18": 1 } }], ["an", { "1": { "0": 5, "1": 4, "2": 1, "3": 1, "5": 1, "10": 2, "12": 2, "18": 2 } }], ["icons", { "1": { "9": 1 } }], ["i", { "1": { "3": 1, "4": 1, "5": 1, "7": 4, "8": 5, "12": 1, "17": 7 } }], ["immediately", { "1": { "7": 1 } }], ["immutable", { "1": { "3": 1, "11": 1 } }], ["implicit", { "1": { "12": 1 } }], ["implemented", { "1": { "13": 2 } }], ["implementation", { "1": { "4": 2, "10": 1 } }], ["implementing", { "1": { "2": 1, "13": 1 } }], ["important", { "1": { "7": 1 } }], ["import", { "1": { "1": 8, "2": 1, "3": 2, "4": 1, "6": 1 } }], ["if", { "1": { "1": 3, "3": 2, "4": 3, "6": 1, "7": 2, "8": 1, "9": 7, "10": 1, "11": 4, "12": 1, "13": 1, "15": 4, "18": 1 } }], ["id`", { "1": { "15": 1, "16": 3 } }], ["identity", { "1": { "13": 1 } }], ["identifier", { "1": { "6": 1, "10": 1, "15": 1, "18": 1 } }], ["idle", { "1": { "6": 1, "8": 2 } }], ["id", { "1": { "1": 5, "2": 1, "3": 5, "4": 6, "5": 11, "6": 2, "7": 5, "8": 2, "9": 6, "10": 1, "11": 3, "13": 4, "15": 2, "16": 7, "17": 16, "18": 6 } }], ["initiated", { "1": { "17": 1 } }], ["initialmessages", { "1": { "6": 1, "7": 2 } }], ["initial", { "1": { "3": 2, "11": 2 } }], ["initializes", { "1": { "3": 1 } }], ["initialize", { "1": { "1": 1 } }], ["insufficient", { "1": { "16": 1 } }], ["instead", { "1": { "16": 1 } }], ["instructions", { "1": { "15": 1 } }], ["instock", { "1": { "13": 1 } }], ["instanceof", { "1": { "3": 1 } }], ["instance", { "1": { "1": 1 } }], ["install", { "1": { "1": 3, "2": 1, "6": 1 } }], ["installation", { "1": { "1": 1, "2": 1, "6": 1 } }], ["invalid", { "1": { "16": 2 } }], ["invoking", { "1": { "12": 1 } }], ["invoked", { "1": { "0": 1, "10": 2, "12": 1 } }], ["invoke", { "1": { "0": 1 } }], ["invocation", { "1": { "0": 1, "12": 1, "13": 1 } }], ["independent", { "1": { "14": 4 } }], ["indicator", { "1": { "8": 2 } }], ["indicators", { "1": { "6": 1 } }], ["inline", { "1": { "7": 1, "8": 1 } }], ["info", { "1": { "9": 1 } }], ["information", { "1": { "6": 1, "11": 1, "13": 2, "15": 1 } }], ["infrastructure", { "1": { "0": 2, "4": 1 } }], ["inconsistent", { "1": { "15": 1 } }], ["including", { "1": { "13": 1, "17": 1, "18": 1 } }], ["included", { "1": { "16": 1 } }], ["include", { "1": { "7": 1 } }], ["includes", { "1": { "3": 1, "6": 1 } }], ["incrementally", { "1": { "6": 1 } }], ["incremental", { "1": { "5": 2, "17": 1 } }], ["inputtextdelta", { "1": { "5": 1 } }], ["inputs", { "1": { "3": 1, "10": 3, "11": 3, "12": 2, "14": 1 } }], ["inputvalue", { "1": { "1": 4 } }], ["input", { "0": { "11": 1 }, "1": { "0": 1, "1": 8, "2": 2, "3": 3, "4": 4, "5": 10, "6": 3, "10": 5, "11": 13, "12": 17, "13": 4, "14": 12, "15": 5, "16": 1, "17": 13, "18": 3 } }], ["in", { "1": { "0": 6, "1": 4, "2": 1, "4": 8, "5": 1, "7": 2, "8": 2, "9": 2, "10": 2, "11": 5, "13": 10, "14": 8, "15": 2, "16": 3, "18": 1 } }], ["into", { "1": { "0": 1, "1": 1, "2": 2 } }], ["integrating", { "1": { "1": 1, "2": 1 } }], ["integration", { "1": { "0": 3, "1": 1 } }], ["interpolate", { "1": { "14": 1, "15": 1 } }], ["interactive", { "1": { "10": 1, "18": 5 } }], ["interacting", { "1": { "2": 1 } }], ["interactions", { "1": { "0": 1, "3": 1, "12": 1 } }], ["internal", { "1": { "0": 1, "11": 2, "14": 2, "15": 1, "16": 1 } }], ["interfaces", { "1": { "0": 1, "6": 1 } }], ["interface", { "1": { "0": 1, "1": 2, "2": 1, "3": 2, "6": 2, "7": 3, "9": 1 } }], ["introduction", { "0": { "0": 1 }, "1": { "0": 1 } }], ["italic", { "1": { "8": 1 } }], ["items", { "1": { "7": 1, "8": 3, "9": 3, "13": 1 } }], ["iterate", { "1": { "0": 1 } }], ["its", { "1": { "1": 1, "14": 1 } }], ["it", { "1": { "0": 1, "2": 1, "3": 1, "5": 1, "6": 2, "10": 1, "11": 2, "13": 1, "14": 1, "15": 1, "17": 1 } }], ["issue", { "1": { "12": 1 } }], ["isloading", { "1": { "1": 4, "6": 4, "8": 2 } }], ["is", { "1": { "0": 5, "4": 2, "5": 1, "6": 1, "8": 2, "9": 3, "10": 2, "11": 3, "12": 5, "14": 1, "16": 1, "18": 1 } }]], serializationVersion: 2 };
5
+ var search_index_default = { documentCount: 19, nextId: 19, documentIds: { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4, "5": 5, "6": 6, "7": 7, "8": 8, "9": 9, "10": 10, "11": 11, "12": 12, "13": 13, "14": 14, "15": 15, "16": 16, "17": 17, "18": 18 }, fieldIds: { title: 0, content: 1, section: 2 }, fieldLength: { "0": [1, 260, 2], "1": [2, 360, 2], "2": [1, 189, 2], "3": [1, 258, 2], "4": [1, 303, 2], "5": [1, 266, 2], "6": [1, 269, 2], "7": [1, 261, 2], "8": [1, 262, 2], "9": [1, 219, 2], "10": [1, 239, 1], "11": [2, 260, 1], "12": [1, 217, 1], "13": [1, 287, 1], "14": [1, 224, 1], "15": [2, 273, 1], "16": [1, 220, 2], "17": [1, 305, 2], "18": [1, 171, 2] }, averageFieldLength: [1.1578947368421053, 254.89473684210526, 1.6842105263157894], storedFields: { "0": { title: "Introduction", slug: "getting-started/introduction", section: "getting-started", excerpt: "Introduction to Octavus Octavus is an agent orchestration platform that lets developers define, manage, and deploy AI agents through a unified service. It handles the orchestration layer so teams can..." }, "1": { title: "Quick Start", slug: "getting-started/quickstart", section: "getting-started", excerpt: "Quick Start This guide will walk you through integrating Octavus into your application in under 10 minutes. Prerequisites - Node.js 18+ - An Octavus account with API key - A Next.js application (or..." }, "2": { title: "Overview", slug: "server-sdk/overview", section: "server-sdk", excerpt: "Server SDK Overview The package provides a Node.js SDK for integrating Octavus agents into your backend application. It handles session management, streaming, and the tool execution continuation..." }, "3": { title: "Sessions", slug: "server-sdk/sessions", section: "server-sdk", excerpt: "Sessions Sessions represent conversations with an agent. They store conversation history, track resources and variables, and enable stateful interactions. Creating Sessions Create a session by..." }, "4": { title: "Tools", slug: "server-sdk/tools", section: "server-sdk", excerpt: "Tools Tools extend what agents can do. In Octavus, tools execute on your server, giving you full control over data access and authentication. Why Tools Run on Your Server Unlike traditional AI..." }, "5": { title: "Streaming", slug: "server-sdk/streaming", section: "server-sdk", excerpt: "Streaming All Octavus responses stream in real-time using Server-Sent Events (SSE). This enables responsive UX with incremental updates. Stream Response When you trigger an action, you get a..." }, "6": { title: "Overview", slug: "client-sdk/overview", section: "client-sdk", excerpt: "Client SDK Overview Octavus provides two packages for frontend integration: | Package | Purpose | Use When | |---------|---------|----------| | | React hooks and bindings | Building React..." }, "7": { title: "Messages", slug: "client-sdk/messages", section: "client-sdk", excerpt: "Messages Messages represent the conversation history. The Client SDK tracks messages automatically and provides structured access to their content through typed parts. Message Structure Message..." }, "8": { title: "Streaming", slug: "client-sdk/streaming", section: "client-sdk", excerpt: "Streaming The Client SDK provides real-time access to streaming content through the message array. Each part has its own status, enabling responsive UIs that update as the agent generates responses...." }, "9": { title: "Operations", slug: "client-sdk/execution-blocks", section: "client-sdk", excerpt: "Operations Operations represent internal agent activities like setting resources or serializing threads. They appear as parts in messages and help users understand what the agent is doing. ..." }, "10": { title: "Overview", slug: "protocol/overview", section: "protocol", excerpt: "Protocol Overview Agent protocols define how an AI agent behaves. They're written in YAML and specify inputs, triggers, tools, and execution handlers. Why Protocols? Protocols provide: - Declarative..." }, "11": { title: "Input & Resources", slug: "protocol/input-resources", section: "protocol", excerpt: "Input & Resources Inputs are provided when creating a session. Resources are persistent state the agent can read and write. Input Variables Define inputs that consumers must (or may) provide: Input..." }, "12": { title: "Triggers", slug: "protocol/triggers", section: "protocol", excerpt: "Triggers Triggers define how an agent can be invoked. Each trigger has a name, optional inputs, and a corresponding handler. Trigger Types User Message The most common trigger \u2014 when a user sends a..." }, "13": { title: "Tools", slug: "protocol/tools", section: "protocol", excerpt: "Tools Tools extend what agents can do. They're defined in the protocol and implemented in your backend. Tool Definition Tool Fields | Field | Required | Description |..." }, "14": { title: "Handlers", slug: "protocol/handlers", section: "protocol", excerpt: "Handlers Handlers define what happens when a trigger fires. They contain execution blocks that run in sequence. Handler Structure Each block has a human-readable name (shown in debug UI) and a type..." }, "15": { title: "Agent Config", slug: "protocol/agent-config", section: "protocol", excerpt: "Agent Config The section configures the LLM model, system prompt, tools, and behavior. Basic Configuration Configuration Options | Field | Required | Description |..." }, "16": { title: "Overview", slug: "api-reference/overview", section: "api-reference", excerpt: "API Reference The Octavus API is a RESTful API that enables programmatic access to agent management and session execution. Base URL Authentication All API requests require authentication using a..." }, "17": { title: "Sessions", slug: "api-reference/sessions", section: "api-reference", excerpt: "Sessions API Sessions represent conversations with agents. They store conversation history, resources, and variables. Create Session Create a new agent session. Request Body | Field | Type |..." }, "18": { title: "Agents", slug: "api-reference/agents", section: "api-reference", excerpt: "Agents API Manage agent definitions including protocols and prompts. List Agents Get all agents in the project. Response Example Get Agent Get a single agent by ID or slug. Response Example ..." } }, dirtCount: 0, index: [["95", { "1": { "16": 1 } }], ["xyz789a", { "1": { "17": 1 } }], ["x", { "1": { "16": 3, "17": 2, "18": 2 } }], ["xs", { "1": { "8": 1 } }], ["\u2192", { "1": { "16": 1 } }], ["~20", { "1": { "15": 1 } }], ["~10", { "1": { "15": 1 } }], ["~5", { "1": { "15": 1 } }], ["know", { "1": { "13": 1 } }], ["keep", { "1": { "1": 1, "5": 1, "12": 1 } }], ["keys", { "1": { "16": 2 } }], ["key=your", { "1": { "1": 1 } }], ["key=", { "1": { "1": 2, "6": 2, "7": 2, "8": 3, "9": 2 } }], ["key", { "1": { "1": 3, "2": 3, "3": 1, "6": 1, "16": 3, "17": 3, "18": 5 } }], ["\u2514\u2500\u2500", { "1": { "10": 2 } }], ["\u251C\u2500\u2500", { "1": { "10": 4 } }], ["\u23F3", { "1": { "9": 2 } }], ["\u25B6", { "1": { "8": 1 } }], ["\u25BC", { "1": { "8": 1 } }], ["\u{1F4AD}", { "1": { "8": 2 } }], ["\u{1F527}", { "1": { "7": 1 } }], ["\u2717", { "1": { "7": 1 } }], ["\u2713", { "1": { "7": 2, "9": 3 } }], ["questions", { "1": { "10": 1, "15": 1 } }], ["query", { "1": { "4": 5, "12": 1, "13": 2, "15": 1 } }], ["quickstart", { "1": { "0": 1 } }], ["quick", { "0": { "1": 1 }, "1": { "0": 1, "1": 1 } }], ["\u2705", { "1": { "4": 4 } }], ["05z", { "1": { "17": 1 } }], ["05", { "1": { "17": 1 } }], ["00z", { "1": { "17": 1, "18": 2 } }], ["00", { "1": { "17": 1, "18": 2 } }], ["000z", { "1": { "17": 2 } }], ["000", { "1": { "15": 3, "16": 1 } }], ["01", { "1": { "17": 4, "18": 2 } }], ["0", { "1": { "2": 1, "4": 1, "6": 2, "8": 1, "15": 5 } }], ["|", { "1": { "1": 1, "4": 2, "5": 37, "6": 22, "7": 12, "8": 3, "9": 13, "10": 24, "11": 93, "12": 6, "13": 58, "14": 27, "15": 62, "16": 74, "17": 126, "18": 40 } }], ["||", { "1": { "1": 1, "4": 1, "7": 1, "8": 1 } }], ["javascript", { "1": { "6": 1 } }], ["justify", { "1": { "1": 2 } }], ["json", { "1": { "1": 9, "4": 2, "6": 2, "8": 1, "10": 2, "11": 1, "14": 1, "16": 2, "17": 2, "18": 2 } }], ["js", { "1": { "1": 3, "2": 1, "6": 1, "16": 1 } }], ["$", { "1": { "1": 2, "4": 1, "7": 1 } }], ["<operationcard", { "1": { "9": 1 } }], ["<otherthreadpart", { "1": { "7": 1 } }], ["<toolcallcard", { "1": { "9": 1 } }], ["<textpart", { "1": { "7": 1, "9": 1 } }], ["<reasoningpart", { "1": { "9": 1 } }], ["<statusbadge", { "1": { "8": 1 } }], ["<summary>thinking", { "1": { "7": 1 } }], ["<span>", { "1": { "9": 3 } }], ["<span", { "1": { "1": 1, "7": 2, "8": 7, "9": 4 } }], ["<details", { "1": { "7": 1 } }], ["<div>agent", { "1": { "8": 1 } }], ["<div>", { "1": { "6": 2, "8": 3, "9": 1 } }], ["<div>loading", { "1": { "1": 1 } }], ["<div", { "1": { "1": 5, "7": 6, "8": 7, "9": 4 } }], ["<chat", { "1": { "1": 1 } }], ["<p>", { "1": { "7": 1 } }], ["<pre", { "1": { "7": 1, "8": 2 } }], ["<partrenderer", { "1": { "7": 1, "8": 2, "9": 1 } }], ["<p", { "1": { "1": 1, "6": 1, "8": 1 } }], ["<button", { "1": { "1": 1, "8": 3 } }], ["<input", { "1": { "1": 1 } }], ["<form", { "1": { "1": 1 } }], ["<", { "1": { "1": 9, "6": 3, "7": 11, "8": 16, "9": 9, "10": 1, "13": 1 } }], ["<messagebubble", { "1": { "1": 1, "6": 1, "7": 1, "8": 1 } }], [">something", { "1": { "8": 1 } }], [">stop<", { "1": { "8": 1 } }], [">\u2717<", { "1": { "8": 1 } }], [">\u2713<", { "1": { "8": 1, "9": 2 } }], [">\u25D0<", { "1": { "8": 1 } }], [">\u25CB<", { "1": { "8": 1 } }], [">\u{1F527}<", { "1": { "8": 1 } }], [">tools", { "1": { "4": 1 } }], [">", { "1": { "1": 12, "3": 7, "6": 2, "7": 14, "8": 18, "9": 11, "10": 1, "11": 1, "12": 1, "13": 2, "17": 1 } }], [">>sdk", { "1": { "4": 1 } }], [">>ui", { "1": { "4": 4 } }], [">>platform", { "1": { "4": 3 } }], [">>app", { "1": { "0": 3 } }], [">>api", { "1": { "0": 4 } }], [">>llm", { "1": { "0": 2, "4": 1 } }], ["`block", { "1": { "17": 2 } }], ["`boolean`", { "1": { "11": 3, "13": 1 } }], ["`error`", { "1": { "17": 1 } }], ["`args`", { "1": { "17": 1 } }], ["`agents", { "1": { "17": 1 } }], ["`agentid`", { "1": { "17": 1 } }], ["`agentic`", { "1": { "15": 1 } }], ["`agent`", { "1": { "15": 1 } }], ["`agent", { "1": { "13": 1 } }], ["`>", { "1": { "15": 1 } }], ["`high`", { "1": { "15": 1 } }], ["`hidden`", { "1": { "5": 1, "13": 2, "14": 1 } }], ["`low`", { "1": { "15": 1 } }], ["`lowercase", { "1": { "10": 4 } }], ["`medium`", { "1": { "15": 1 } }], ["`messages`", { "1": { "3": 1 } }], ["`maxsteps`", { "1": { "15": 1 } }], ["`model`", { "1": { "15": 1 } }], ["`variables`", { "1": { "11": 1 } }], ["`result`", { "1": { "17": 1 } }], ["`resources`", { "1": { "11": 1 } }], ["`resource", { "1": { "11": 1, "17": 1 } }], ["`reasoning", { "1": { "17": 3 } }], ["`reasoning`", { "1": { "17": 1 } }], ["`readonly`", { "1": { "11": 1 } }], ["`record<string", { "1": { "4": 1 } }], ["`number`", { "1": { "11": 3, "13": 1 } }], ["`name`", { "1": { "5": 1, "9": 1, "10": 1, "13": 2, "14": 1, "17": 1 } }], ["`triggername`", { "1": { "17": 1 } }], ["`toolresults`", { "1": { "17": 1 } }], ["`toolname`", { "1": { "17": 1 } }], ["`toolcallid`", { "1": { "17": 1 } }], ["`tool", { "1": { "17": 9 } }], ["`tools`", { "1": { "15": 1 } }], ["`tools", { "1": { "13": 1 } }], ["`text", { "1": { "17": 4 } }], ["`text`", { "1": { "17": 3 } }], ["`temperature`", { "1": { "15": 1 } }], ["`thinking`", { "1": { "15": 1 } }], ["`thread`", { "1": { "7": 1, "8": 1, "9": 1 } }], ["`type`", { "1": { "11": 3, "13": 1 } }], ["`generation`", { "1": { "10": 1, "18": 1 } }], ["`get", { "1": { "3": 1, "17": 1 } }], ["`getmessages", { "1": { "3": 2 } }], ["`finish`", { "1": { "17": 1 } }], ["`format`", { "1": { "10": 1 } }], ["`flex", { "1": { "1": 1 } }], ["`data`", { "1": { "16": 1 } }], ["`default`", { "1": { "11": 3 } }], ["`description`", { "1": { "5": 1, "9": 1, "10": 1, "11": 3, "13": 4, "14": 1 } }], ["`displayname`", { "1": { "17": 1 } }], ["`display`", { "1": { "13": 1, "14": 1 } }], ["`display", { "1": { "9": 1 } }], ["`operationtype`", { "1": { "17": 1 } }], ["`operationid`", { "1": { "17": 1 } }], ["`operation`", { "1": { "9": 1, "17": 1 } }], ["`optional", { "1": { "13": 1 } }], ["`optional`", { "1": { "11": 1, "13": 1 } }], ["`octavuschat`", { "1": { "6": 1 } }], ["`id`", { "1": { "17": 1 } }], ["`independent", { "1": { "14": 1 } }], ["`input`", { "1": { "11": 1, "15": 1, "17": 2 } }], ["`interactive`", { "1": { "10": 1, "18": 1 } }], ["`initialmessages`", { "1": { "3": 2, "17": 1 } }], ["`isotherthread`", { "1": { "7": 1 } }], ["`sync`", { "1": { "18": 1 } }], ["`system`", { "1": { "15": 1 } }], ["`slug`", { "1": { "10": 1, "17": 1 } }], ["`start`", { "1": { "17": 1 } }], ["`status`", { "1": { "8": 1, "17": 4 } }], ["`string`", { "1": { "11": 3, "13": 1 } }], ["`stream`", { "1": { "5": 1, "9": 1, "13": 2, "14": 1 } }], ["`stop", { "1": { "8": 1 } }], ["`serialize", { "1": { "9": 1 } }], ["`settings", { "1": { "18": 4 } }], ["`set", { "1": { "9": 1, "11": 1 } }], ["`send`", { "1": { "6": 1, "7": 1 } }], ["`sessions", { "1": { "3": 1 } }], ["`upper", { "1": { "11": 1 } }], ["`uppercase", { "1": { "10": 1, "12": 1 } }], ["`unknown`", { "1": { "11": 3, "13": 1 } }], ["`usermessage`", { "1": { "7": 1 } }], ["`user", { "1": { "4": 1 } }], ["`useoctavuschat`", { "1": { "1": 1, "6": 1 } }], ["`uimessage`", { "1": { "3": 1, "17": 1 } }], ["`0", { "1": { "2": 1, "6": 2, "15": 3 } }], ["`protocol`", { "1": { "18": 1 } }], ["`prompts`", { "1": { "18": 1 } }], ["`prompts", { "1": { "15": 1 } }], ["`provider", { "1": { "15": 1 } }], ["`parameters`", { "1": { "13": 1 } }], ["`parts`", { "1": { "3": 1, "6": 1, "7": 1, "8": 1, "9": 1, "17": 1 } }], ["`p", { "1": { "1": 1 } }], ["`", { "1": { "1": 3, "2": 1, "3": 8, "4": 1, "6": 5, "7": 2, "8": 3, "10": 2, "11": 6, "13": 1, "16": 9, "17": 1 } }], ["```markdown", { "1": { "10": 1, "11": 1, "13": 1, "15": 1 } }], ["```mermaid", { "1": { "0": 1, "3": 1, "4": 1 } }], ["```json", { "1": { "10": 1, "16": 2, "17": 5, "18": 6 } }], ["```yaml", { "1": { "10": 1, "11": 5, "12": 9, "13": 8, "14": 12, "15": 8 } }], ["```tsx", { "1": { "1": 2, "6": 5, "7": 6, "8": 8, "9": 4 } }], ["```typescript", { "1": { "1": 3, "2": 7, "3": 8, "4": 10, "5": 9, "6": 3, "7": 2, "9": 1, "11": 2, "12": 2, "13": 1, "18": 1 } }], ["```bash", { "1": { "1": 2, "2": 1, "6": 2, "16": 2, "17": 3, "18": 4 } }], ["```", { "1": { "0": 1, "1": 7, "2": 8, "3": 9, "4": 11, "5": 9, "6": 10, "7": 8, "8": 8, "9": 5, "10": 5, "11": 8, "12": 11, "13": 10, "14": 12, "15": 9, "16": 10, "17": 16, "18": 19 } }], ["==", { "1": { "4": 1 } }], ["===", { "1": { "1": 4, "3": 1, "4": 1, "6": 1, "7": 6, "8": 7, "9": 4, "11": 1 } }], ["=>", { "1": { "1": 8, "2": 1, "4": 13, "6": 15, "7": 5, "8": 8, "9": 3, "11": 1, "13": 2 } }], ["=", { "1": { "1": 17, "2": 5, "3": 8, "4": 23, "5": 2, "6": 9, "7": 5, "8": 7, "9": 1, "11": 1, "12": 3, "13": 4, "14": 2, "15": 2, "18": 1 } }], ["gpt", { "1": { "15": 5 } }], ["go", { "1": { "14": 1 } }], ["good", { "1": { "12": 2, "13": 1, "15": 1 } }], ["git", { "1": { "10": 1 } }], ["giving", { "1": { "0": 1, "4": 1 } }], ["great", { "1": { "12": 1 } }], ["green", { "1": { "8": 1, "9": 2 } }], ["gray", { "1": { "1": 2, "7": 4, "8": 5, "9": 1 } }], ["generating", { "1": { "8": 1, "14": 2 } }], ["generation", { "1": { "5": 2, "17": 2 } }], ["generate", { "1": { "11": 2, "14": 6 } }], ["generates", { "1": { "8": 1 } }], ["generated", { "1": { "5": 1, "11": 1 } }], ["gets", { "1": { "13": 1 } }], ["getsessionid", { "1": { "2": 1 } }], ["getestimatedtime", { "1": { "13": 1 } }], ["getestimatedresponse", { "1": { "4": 1 } }], ["getmessages", { "1": { "3": 4 } }], ["getbyslug", { "1": { "1": 1, "17": 1 } }], ["get", { "1": { "0": 1, "1": 3, "2": 6, "3": 2, "4": 6, "5": 3, "7": 1, "8": 1, "10": 2, "13": 9, "15": 4, "16": 5, "17": 6, "18": 6 } }], ["getting", { "1": { "0": 1, "3": 1 }, "2": { "0": 1, "1": 1 } }], ["g", { "1": { "4": 1, "6": 1, "7": 2, "8": 1, "9": 1 } }], ["gap", { "1": { "1": 1, "8": 1, "9": 3 } }], ["guidelines", { "1": { "15": 2 } }], ["guide", { "1": { "1": 1 } }], ["n", { "1": { "16": 1, "17": 1, "18": 11 } }], ["naming", { "1": { "5": 1, "10": 1, "12": 1 } }], ["name`", { "1": { "18": 1 } }], ["names", { "1": { "12": 1, "14": 1 } }], ["named", { "1": { "7": 5, "8": 4, "9": 3, "14": 2, "15": 1 } }], ["name", { "1": { "1": 3, "2": 2, "3": 2, "4": 2, "5": 3, "6": 1, "7": 6, "9": 5, "10": 6, "11": 9, "12": 3, "13": 4, "14": 11, "15": 8, "17": 8, "18": 16 } }], ["number", { "1": { "4": 1, "12": 3, "13": 1 } }], ["null>", { "1": { "1": 1 } }], ["null", { "1": { "1": 2, "4": 2, "6": 3, "7": 1, "8": 2, "9": 1 } }], ["nested", { "1": { "11": 1 } }], ["network", { "1": { "5": 2 } }], ["never", { "1": { "4": 1, "15": 1 } }], ["needed", { "1": { "4": 2, "12": 2, "15": 1 } }], ["need", { "1": { "3": 1, "4": 1, "13": 1 } }], ["new", { "1": { "1": 3, "2": 4, "3": 3, "4": 4, "5": 1, "6": 1, "17": 1, "18": 2 } }], ["nextresponse", { "1": { "1": 3 } }], ["next", { "1": { "0": 1, "1": 3, "2": 1, "5": 1, "6": 1, "10": 2, "11": 1, "12": 1, "14": 8, "15": 1, "16": 1, "17": 1 } }], ["npm", { "1": { "1": 2, "2": 1, "6": 2 } }], ["none", { "1": { "11": 2 } }], ["normal", { "1": { "5": 1 } }], ["now", { "1": { "1": 1 } }], ["node", { "1": { "1": 2, "2": 1, "16": 1 } }], ["notation", { "1": { "11": 1 } }], ["note", { "1": { "0": 2, "3": 1, "4": 2, "5": 1, "11": 1 } }], ["not", { "1": { "0": 1, "1": 1, "3": 2, "4": 1, "5": 2, "10": 2, "11": 5, "12": 1, "13": 1, "14": 2, "16": 4, "17": 1 } }], ["no", { "1": { "0": 1, "1": 1, "4": 2, "5": 1, "10": 1, "11": 9, "12": 3, "13": 4, "15": 6, "17": 3, "18": 1 } }], ["8", { "1": { "0": 1, "14": 1, "15": 1 } }], ["7`", { "1": { "15": 1 } }], ["7", { "1": { "0": 1, "4": 1, "14": 1, "15": 1 } }], ["600", { "1": { "7": 1, "8": 2 } }], ["6`", { "1": { "2": 1, "6": 2 } }], ["6", { "1": { "0": 1, "4": 1, "14": 1 } }], ["50", { "1": { "1": 1, "7": 1, "8": 3 } }], ["500", { "1": { "1": 2, "7": 2, "8": 7, "9": 5, "16": 1 } }], ["5", { "1": { "0": 1, "3": 1, "4": 1, "10": 1, "12": 2, "13": 1, "14": 3, "15": 8, "18": 2 } }], ["4o", { "1": { "15": 5 } }], ["429", { "1": { "16": 1 } }], ["42", { "1": { "4": 1 } }], ["403", { "1": { "16": 1 } }], ["401", { "1": { "16": 1 } }], ["400", { "1": { "1": 1, "7": 1, "8": 2, "16": 1 } }], ["404", { "1": { "1": 1, "3": 1, "16": 1 } }], ["4", { "1": { "0": 1, "1": 6, "3": 1, "4": 1, "7": 2, "8": 2, "10": 1, "13": 1, "14": 3, "15": 11, "18": 2 } }], ["3`", { "1": { "15": 1 } }], ["30000", { "1": { "11": 1 } }], ["30", { "1": { "11": 1, "17": 4 } }], ["3", { "1": { "0": 1, "1": 2, "3": 1, "4": 3, "7": 2, "8": 4, "11": 1, "12": 1, "14": 1, "15": 1 } }], ["2024", { "1": { "17": 4, "18": 2 } }], ["201", { "1": { "16": 1 } }], ["200", { "1": { "7": 1, "8": 1, "16": 1 } }], ["2`", { "1": { "15": 2 } }], ["24", { "1": { "1": 1, "3": 1 } }], ["2", { "1": { "0": 1, "1": 6, "3": 1, "4": 4, "7": 4, "8": 9, "9": 6, "12": 2, "13": 1, "14": 1, "15": 3 } }], ["15t10", { "1": { "17": 4, "18": 1 } }], ["1702345805000", { "1": { "17": 1 } }], ["1702345800000", { "1": { "17": 1 } }], ["1735312800", { "1": { "16": 1 } }], ["123", { "1": { "1": 1, "3": 1, "4": 1, "5": 2, "17": 3 } }], ["18+", { "1": { "1": 1 } }], ["10t08", { "1": { "18": 1 } }], ["10000", { "1": { "4": 1 } }], ["100", { "1": { "1": 1, "7": 1, "16": 2 } }], ["10", { "1": { "1": 1, "12": 1, "13": 1, "15": 3 } }], ["1", { "1": { "0": 1, "1": 5, "3": 1, "4": 4, "7": 2, "8": 2, "12": 3, "13": 1, "14": 2, "15": 4, "16": 1 } }], ["visualization", { "1": { "10": 1 } }], ["visible", { "1": { "9": 1, "14": 2 } }], ["via", { "1": { "0": 1, "11": 1 } }], ["void", { "1": { "6": 7 } }], ["vue", { "1": { "6": 1 } }], ["very", { "1": { "15": 1 } }], ["verify", { "1": { "13": 1 } }], ["vercel", { "1": { "5": 2 } }], ["versioning", { "1": { "10": 1 } }], ["version", { "1": { "0": 1, "2": 1, "6": 2 } }], ["vague", { "1": { "12": 1, "13": 1 } }], ["var", { "1": { "11": 1 } }], ["varied", { "1": { "15": 1 } }], ["various", { "1": { "5": 1 } }], ["variable", { "1": { "4": 1, "10": 2, "11": 6, "12": 1, "13": 1, "14": 7 } }], ["variables", { "1": { "0": 2, "1": 1, "2": 1, "3": 5, "10": 6, "11": 7, "13": 1, "14": 3, "15": 1, "17": 4 } }], ["vanilla", { "1": { "6": 2 } }], ["validation", { "1": { "10": 1 } }], ["validate", { "1": { "4": 1 } }], ["validatetoken", { "1": { "4": 1 } }], ["values", { "1": { "4": 1, "10": 1, "11": 1, "13": 1 } }], ["value", { "1": { "1": 1, "4": 1, "5": 1, "6": 1, "7": 2, "9": 1, "11": 7, "12": 1, "13": 1, "14": 3, "17": 1 } }], ["value=", { "1": { "1": 1 } }], ["yes", { "1": { "10": 3, "11": 5, "13": 2, "15": 2, "17": 2, "18": 5 } }], ["y", { "1": { "1": 2, "7": 1, "9": 1 } }], ["you", { "1": { "0": 1, "1": 2, "3": 2, "4": 2, "5": 2, "9": 1, "10": 1, "11": 1, "13": 1, "15": 2, "17": 3, "18": 3 } }], ["your", { "1": { "0": 6, "1": 7, "2": 6, "3": 2, "4": 11, "5": 1, "6": 2, "7": 1, "10": 1, "13": 3, "14": 1, "15": 1, "16": 2, "17": 5, "18": 5 } }], ["yaml", { "1": { "0": 1, "10": 2, "18": 1 } }], ["urgent", { "1": { "13": 2 } }], ["url=https", { "1": { "1": 1 } }], ["url", { "1": { "1": 1, "2": 1, "3": 1, "4": 1, "10": 1, "12": 2, "16": 1, "17": 1, "18": 1 } }], ["ux", { "1": { "5": 1 } }], ["upload", { "1": { "12": 1 } }], ["uploaded", { "1": { "12": 1 } }], ["updating", { "1": { "9": 1 } }], ["update`", { "1": { "11": 1, "17": 1 } }], ["updated", { "1": { "7": 1, "11": 2, "18": 4 } }], ["updatedat", { "1": { "2": 1, "3": 2, "17": 1, "18": 1 } }], ["updates", { "1": { "5": 2, "18": 2 } }], ["update", { "1": { "3": 1, "5": 1, "6": 1, "8": 2, "14": 1, "16": 1, "18": 2 } }], ["up", { "1": { "1": 1, "5": 1, "10": 1, "13": 3, "15": 1 } }], ["uioperationpart", { "1": { "7": 2, "9": 5 } }], ["uitoolcallpart", { "1": { "7": 2, "8": 3 } }], ["uitextpart", { "1": { "7": 3, "8": 2 } }], ["uireasoningpart", { "1": { "7": 2, "8": 2 } }], ["uisessionstate", { "1": { "2": 1, "3": 2 } }], ["uis", { "1": { "1": 1, "6": 1, "8": 1 } }], ["uimessagepart", { "1": { "7": 5, "9": 2 } }], ["uimessage", { "1": { "1": 2, "2": 1, "3": 3, "6": 5, "7": 3, "8": 1, "9": 3, "17": 1 } }], ["ui", { "1": { "0": 1, "2": 2, "3": 4, "4": 2, "6": 2, "7": 2, "8": 2, "12": 3, "13": 1, "14": 3, "15": 1, "17": 1 } }], ["usable", { "1": { "13": 1 } }], ["usage", { "1": { "2": 1, "6": 2 } }], ["useful", { "1": { "14": 1, "18": 1 } }], ["uses", { "1": { "14": 1, "15": 1 } }], ["usestate<string", { "1": { "1": 1 } }], ["usestate", { "1": { "1": 3, "8": 1 } }], ["used", { "1": { "6": 1 } }], ["useeffect", { "1": { "1": 2 } }], ["useoctavuschatreturn", { "1": { "6": 2 } }], ["useoctavuschat", { "1": { "1": 2, "6": 8, "7": 3, "8": 5, "11": 1, "12": 1 } }], ["use", { "1": { "0": 1, "1": 3, "2": 1, "3": 4, "4": 3, "6": 1, "7": 1, "8": 1, "9": 1, "10": 1, "11": 3, "12": 2, "13": 3, "14": 2, "15": 1, "17": 1 } }], ["users", { "1": { "2": 1, "3": 1, "4": 3, "5": 1, "6": 1, "9": 1, "10": 1, "13": 1, "15": 2 } }], ["usermessageinput", { "1": { "6": 3 } }], ["usermessage", { "1": { "1": 1, "6": 5, "7": 1, "12": 1 } }], ["userid", { "1": { "1": 2, "2": 1, "4": 8, "5": 2, "10": 1, "13": 6, "15": 1 } }], ["user", { "1": { "0": 3, "1": 6, "2": 3, "3": 5, "4": 18, "5": 12, "6": 9, "7": 6, "9": 1, "10": 13, "11": 5, "12": 26, "13": 20, "14": 22, "15": 13, "16": 2, "17": 13, "18": 2 } }], ["using", { "1": { "0": 1, "1": 1, "4": 1, "5": 1, "6": 1, "11": 2, "16": 2 } }], ["unauthorized", { "1": { "16": 1 } }], ["until", { "1": { "15": 1 } }], ["unclear", { "1": { "12": 1 } }], ["unknown", { "1": { "6": 1, "7": 1, "10": 1, "11": 4, "12": 2 } }], ["unknown>`", { "1": { "4": 1 } }], ["unknown>", { "1": { "2": 5, "4": 1, "6": 3, "7": 1 } }], ["unsubscribe", { "1": { "6": 3 } }], ["undefined", { "1": { "4": 2 } }], ["under", { "1": { "1": 1, "16": 1 } }], ["understanding", { "1": { "2": 1 } }], ["understand", { "1": { "0": 1, "9": 1 } }], ["unlike", { "1": { "4": 1, "11": 1 } }], ["unit", { "1": { "0": 1 } }], ["unified", { "1": { "0": 2, "6": 1 } }], ["http", { "1": { "16": 1 } }], ["https", { "1": { "2": 1, "5": 1, "16": 3, "17": 3, "18": 5 } }], ["human", { "1": { "6": 1, "7": 1, "9": 2, "10": 3, "11": 2, "12": 10, "13": 2, "14": 2, "15": 1 } }], ["high", { "1": { "13": 2, "15": 2, "18": 1 } }], ["hidden`", { "1": { "9": 1 } }], ["hidden", { "1": { "3": 1, "5": 1, "9": 2, "14": 2, "15": 1, "17": 1 } }], ["history", { "1": { "0": 1, "3": 2, "7": 1, "17": 1 } }], ["helpful", { "1": { "15": 1, "18": 1 } }], ["helper", { "1": { "7": 1 } }], ["help", { "1": { "5": 1, "9": 1, "10": 1, "12": 2, "15": 3, "17": 2 } }], ["hello", { "1": { "2": 1, "5": 2, "6": 2, "16": 2 } }], ["here", { "1": { "1": 1, "6": 1, "13": 2 } }], ["headers", { "1": { "1": 3, "2": 1, "3": 1, "4": 2, "5": 1, "16": 1 } }], ["h", { "1": { "1": 2, "7": 1, "8": 1, "9": 1, "16": 3, "17": 5, "18": 7 } }], ["hooks", { "1": { "6": 2 } }], ["hook", { "1": { "1": 1, "6": 2, "7": 1 } }], ["hours", { "1": { "1": 1, "3": 1 } }], ["how", { "1": { "0": 2, "3": 1, "5": 2, "10": 3, "12": 1, "13": 1, "15": 1, "17": 3 } }], ["happens", { "1": { "10": 1, "14": 1 } }], ["handoff", { "1": { "10": 1 } }], ["handling", { "1": { "3": 1, "4": 1, "8": 1 } }], ["handled", { "1": { "5": 1, "17": 1 } }], ["handle", { "1": { "4": 1, "16": 1 } }], ["handler<br", { "1": { "4": 1 } }], ["handler", { "1": { "3": 1, "4": 1, "5": 1, "12": 2, "13": 1, "14": 1 } }], ["handlers", { "0": { "14": 1 }, "1": { "0": 1, "1": 2, "2": 2, "3": 2, "4": 4, "10": 4, "11": 3, "12": 2, "13": 2, "14": 5, "15": 2 } }], ["handlesend", { "1": { "7": 1 } }], ["handlesubmit", { "1": { "1": 2 } }], ["handles", { "1": { "0": 1, "1": 1, "2": 2, "5": 1, "6": 1, "17": 1 } }], ["has", { "1": { "6": 1, "8": 3, "9": 1, "12": 1, "13": 2, "14": 2 } }], ["have", { "1": { "1": 1, "11": 1, "12": 1 } }], ["hard", { "1": { "0": 1 } }], ["ratelimit", { "1": { "16": 3 } }], ["rate", { "1": { "16": 3 } }], ["rating", { "1": { "12": 3 } }], ["randomness", { "1": { "15": 1 } }], ["right", { "1": { "7": 1 } }], ["rich", { "1": { "1": 1, "6": 1 } }], ["role", { "1": { "1": 1, "7": 2, "10": 1, "12": 1, "14": 5, "15": 2, "17": 2 } }], ["rounded", { "1": { "1": 3, "7": 3, "8": 4, "9": 1 } }], ["route", { "1": { "1": 2, "4": 1 } }], ["runaway", { "1": { "15": 1 } }], ["runtime", { "1": { "10": 2 } }], ["run", { "1": { "1": 1, "2": 1, "4": 2, "14": 1 } }], ["running", { "1": { "0": 1, "7": 2, "8": 1, "9": 3, "11": 1 } }], ["runs", { "1": { "0": 1, "13": 1 } }], ["remaining", { "1": { "16": 1 } }], ["refunds", { "1": { "11": 1 } }], ["references", { "1": { "10": 1, "15": 1 } }], ["reference", { "1": { "0": 1, "2": 1, "6": 2, "10": 1, "11": 1, "13": 2, "14": 2, "16": 1, "17": 1 }, "2": { "16": 1, "17": 1, "18": 1 } }], ["red", { "1": { "8": 4 } }], ["regular", { "1": { "7": 1 } }], ["re", { "1": { "3": 1, "4": 1, "10": 1, "13": 1 } }], ["retrieves", { "1": { "13": 1 } }], ["retrieve", { "1": { "3": 3, "17": 1 } }], ["returned", { "1": { "3": 1, "15": 1 } }], ["returns", { "1": { "1": 1, "3": 3, "6": 1, "16": 1, "17": 2 } }], ["return", { "1": { "0": 1, "1": 14, "2": 2, "3": 3, "4": 20, "5": 2, "6": 6, "7": 10, "8": 12, "9": 9, "13": 2, "16": 1 } }], ["recommend", { "1": { "16": 1 } }], ["recovery", { "1": { "5": 1 } }], ["record<string", { "1": { "2": 5, "4": 2, "6": 3, "7": 1 } }], ["receives", { "1": { "4": 1, "11": 1, "15": 1 } }], ["receive", { "1": { "4": 1, "17": 1 } }], ["received", { "1": { "0": 1 } }], ["rendering", { "1": { "7": 4, "8": 1, "9": 1 } }], ["render", { "1": { "1": 1, "7": 1, "9": 1 } }], ["reasoningpart", { "1": { "8": 1 } }], ["reasoningendevent", { "1": { "5": 1 } }], ["reasoningdeltaevent", { "1": { "5": 1 } }], ["reasoningstartevent", { "1": { "5": 1 } }], ["reasoning", { "1": { "5": 9, "6": 2, "7": 3, "9": 2, "10": 1, "14": 1, "15": 3, "17": 4 } }], ["reason", { "1": { "5": 1, "12": 1 } }], ["reasons", { "1": { "5": 1 } }], ["reaching", { "1": { "5": 1, "9": 1 } }], ["reached", { "1": { "5": 1, "15": 1 } }], ["react`", { "1": { "6": 2 } }], ["react", { "1": { "0": 1, "1": 6, "6": 9, "7": 2, "8": 3, "9": 2, "16": 1 } }], ["read", { "1": { "6": 1, "10": 1, "11": 4 } }], ["readable", { "1": { "5": 1, "7": 1, "9": 1, "10": 1, "14": 1 } }], ["readablestream<uint8array>", { "1": { "2": 1 } }], ["ready", { "1": { "2": 2, "3": 5, "17": 1 } }], ["readonly", { "1": { "2": 2, "6": 3, "11": 1 } }], ["real", { "1": { "0": 1, "2": 1, "5": 1, "8": 2 } }], ["requesting", { "1": { "17": 1 } }], ["request`", { "1": { "17": 2 } }], ["requests", { "1": { "16": 4 } }], ["request", { "1": { "0": 2, "1": 6, "4": 7, "5": 2, "6": 1, "8": 1, "10": 1, "11": 2, "12": 8, "13": 2, "14": 4, "15": 1, "16": 1, "17": 2, "18": 2 } }], ["require", { "1": { "16": 1 } }], ["required", { "1": { "4": 1, "6": 1, "10": 3, "11": 5, "13": 4, "15": 1, "17": 2, "18": 1 } }], ["requires", { "1": { "0": 1 } }], ["requirements", { "1": { "0": 1 } }], ["replaced", { "1": { "10": 2 } }], ["repeat", { "1": { "4": 1, "15": 1 } }], ["repeatedly", { "1": { "0": 1 } }], ["represent", { "1": { "3": 1, "7": 1, "9": 1, "17": 1 } }], ["represents", { "1": { "0": 1 } }], ["restful", { "1": { "16": 1 } }], ["restoring", { "1": { "3": 1, "7": 1 } }], ["restore", { "1": { "2": 1, "3": 3, "6": 1, "7": 1 } }], ["resolved", { "1": { "12": 1 } }], ["resource`", { "1": { "9": 1, "11": 1 } }], ["resourceupdateevent", { "1": { "5": 1 } }], ["resource", { "1": { "3": 2, "5": 3, "6": 1, "7": 2, "9": 2, "11": 9, "14": 8, "17": 1 } }], ["resources", { "0": { "11": 1 }, "1": { "0": 2, "2": 1, "3": 4, "9": 1, "10": 4, "11": 7, "15": 1, "17": 3 } }], ["resultcount", { "1": { "4": 1 } }], ["result", { "1": { "4": 6, "7": 1, "8": 3, "11": 2, "13": 2, "14": 2, "15": 1, "17": 2 } }], ["results", { "1": { "0": 1, "4": 3, "12": 1, "13": 3, "17": 2 } }], ["reset", { "1": { "3": 1, "16": 1, "17": 5 } }], ["responsive", { "1": { "5": 1, "8": 1 } }], ["response", { "1": { "0": 3, "1": 4, "2": 3, "3": 1, "4": 4, "5": 4, "7": 2, "8": 1, "13": 1, "14": 3, "15": 1, "16": 4, "17": 4, "18": 4 } }], ["responses", { "1": { "0": 1, "1": 1, "2": 1, "5": 1, "8": 1, "11": 1, "15": 2, "16": 3 } }], ["responds", { "1": { "15": 1 } }], ["responding", { "1": { "8": 1 } }], ["respond", { "1": { "0": 2, "4": 1, "5": 1, "10": 1, "12": 1, "14": 4, "15": 1, "16": 1, "17": 1 } }], ["rebuild", { "1": { "0": 1 } }], ["estimated", { "1": { "13": 1 } }], ["estimatedresponse", { "1": { "1": 1, "4": 1, "13": 2 } }], ["escalating", { "1": { "13": 1 } }], ["escalationprogress", { "1": { "9": 1 } }], ["escalation", { "1": { "9": 2, "10": 1, "12": 1, "14": 2, "15": 1 } }], ["escalate", { "1": { "12": 3, "15": 1 } }], ["every", { "1": { "14": 1 } }], ["everything", { "1": { "6": 1 } }], ["event", { "1": { "1": 1, "2": 1, "3": 1, "5": 6, "11": 1, "17": 4 } }], ["events", { "1": { "0": 1, "2": 1, "3": 1, "4": 1, "5": 10, "11": 1, "16": 1, "17": 2 } }], ["either", { "1": { "5": 1 } }], ["each", { "1": { "5": 1, "6": 1, "8": 3, "10": 1, "12": 3, "14": 1 } }], ["easy", { "1": { "0": 1 } }], ["empty", { "1": { "10": 1 } }], ["emitted", { "1": { "5": 1 } }], ["emits", { "1": { "5": 1 } }], ["email", { "1": { "1": 1, "4": 3, "5": 1, "13": 5, "17": 1 } }], ["else", { "1": { "3": 1, "18": 1 } }], ["e1", { "1": { "3": 1 } }], ["etc", { "1": { "2": 1, "6": 1, "7": 1, "8": 1, "10": 1 } }], ["e", { "1": { "1": 4, "3": 2, "4": 1, "6": 1, "7": 2, "8": 1, "9": 1 } }], ["error`", { "1": { "17": 1 } }], ["errorevent", { "1": { "5": 1 } }], ["errortext", { "1": { "5": 4 } }], ["errors", { "1": { "4": 1, "5": 2, "10": 1 } }], ["error", { "1": { "1": 2, "3": 8, "4": 4, "5": 11, "6": 8, "7": 9, "8": 16, "16": 3, "17": 1 } }], ["extraction", { "1": { "12": 1 } }], ["external", { "1": { "0": 1, "4": 1, "10": 1, "17": 1 } }], ["extended", { "1": { "5": 1, "6": 1, "7": 1, "10": 1, "14": 1, "15": 3, "17": 3 } }], ["extend", { "1": { "0": 1, "4": 1, "13": 1 } }], ["exception", { "1": { "5": 1 } }], ["existing", { "1": { "4": 1, "6": 1, "7": 1, "18": 2 } }], ["expanded", { "1": { "8": 4 } }], ["expand", { "1": { "8": 1 } }], ["exposure", { "1": { "4": 1 } }], ["export", { "1": { "1": 5, "4": 1 } }], ["expired", { "1": { "3": 2 } }], ["expire", { "1": { "3": 2 } }], ["explore", { "1": { "1": 1 } }], ["example", { "1": { "1": 1, "9": 2, "14": 1, "15": 2, "17": 4, "18": 4 } }], ["executing", { "1": { "13": 2 } }], ["execution", { "1": { "0": 3, "2": 1, "4": 1, "5": 2, "6": 3, "7": 1, "10": 4, "14": 1, "16": 2, "17": 5 } }], ["executes", { "1": { "15": 1 } }], ["executed", { "1": { "12": 2 } }], ["execute", { "1": { "0": 3, "3": 1, "4": 3, "16": 1, "17": 3 } }], ["enabling", { "1": { "3": 1, "8": 1 } }], ["enables", { "1": { "5": 1, "16": 1 } }], ["enable", { "1": { "0": 1, "3": 1, "15": 2 } }], ["enterprise", { "1": { "16": 1 } }], ["entry", { "1": { "2": 1 } }], ["entity", { "1": { "0": 1 } }], ["end`", { "1": { "17": 4 } }], ["ends", { "1": { "5": 1 } }], ["ended", { "1": { "5": 3, "17": 3 } }], ["end", { "1": { "1": 1, "3": 1, "5": 4, "16": 2, "17": 3 } }], ["endpoints", { "1": { "16": 1 } }], ["endpoint", { "1": { "1": 4, "6": 1, "16": 3 } }], ["environment", { "1": { "1": 1 } }], ["env", { "1": { "1": 3, "3": 2 } }], ["b2", { "1": { "17": 2 } }], ["billing", { "1": { "12": 1 } }], ["bindings", { "1": { "1": 1, "6": 1 } }], ["brief", { "1": { "10": 1 } }], ["b1", { "1": { "3": 1, "17": 2 } }], ["b", { "1": { "3": 3 } }], ["bearer", { "1": { "16": 3, "17": 3, "18": 5 } }], ["been", { "1": { "13": 2 } }], ["being", { "1": { "11": 1 } }], ["between", { "1": { "10": 1 } }], ["belong", { "1": { "9": 1 } }], ["belongs", { "1": { "7": 1 } }], ["before", { "1": { "5": 1, "9": 1, "10": 1 } }], ["best", { "1": { "4": 1, "12": 1, "13": 1 } }], ["be", { "1": { "3": 1, "6": 1, "9": 1, "10": 1, "11": 2, "12": 3, "15": 3, "16": 1, "17": 1 } }], ["behaves", { "1": { "0": 1, "10": 1 } }], ["behavior", { "1": { "0": 2, "1": 1, "10": 1, "13": 1, "14": 2, "15": 1 } }], ["blocks", { "1": { "6": 2, "10": 1, "11": 1, "12": 2, "14": 2 } }], ["blockstartevent", { "1": { "5": 1 } }], ["blockendevent", { "1": { "5": 1 } }], ["blocktype", { "1": { "5": 1, "16": 1, "17": 2 } }], ["blockname", { "1": { "5": 1, "16": 1, "17": 2 } }], ["blockid", { "1": { "5": 2, "16": 2, "17": 4 } }], ["block", { "1": { "1": 1, "5": 7, "7": 2, "8": 1, "9": 1, "11": 2, "13": 1, "14": 11, "16": 2, "17": 6 } }], ["blue", { "1": { "1": 2, "8": 1, "9": 1 } }], ["bg", { "1": { "1": 4, "7": 3, "8": 4, "9": 1 } }], ["boolean", { "1": { "12": 1, "13": 1 } }], ["bottom", { "1": { "7": 1, "8": 1 } }], ["both", { "1": { "6": 1 } }], ["border", { "1": { "1": 2, "7": 2, "8": 3 } }], ["body", { "1": { "1": 2, "6": 2, "17": 2, "18": 2 } }], ["bad", { "1": { "16": 1 } }], ["balanced", { "1": { "15": 1 } }], ["basic", { "1": { "1": 1, "2": 1, "7": 1, "15": 1 } }], ["base", { "1": { "16": 1 } }], ["baseurl", { "1": { "1": 1, "2": 2, "3": 1 } }], ["based", { "1": { "0": 1, "13": 2 } }], ["background", { "1": { "5": 1, "8": 1, "10": 1, "14": 1 } }], ["backends", { "1": { "16": 1 } }], ["backend", { "1": { "0": 1, "1": 5, "2": 1, "4": 1, "6": 1, "7": 1, "13": 2 } }], ["back", { "1": { "0": 1, "4": 1, "7": 1, "17": 1 } }], ["by=slug", { "1": { "18": 3 } }], ["by=slug`", { "1": { "17": 1 } }], ["by", { "1": { "0": 1, "1": 1, "3": 1, "5": 1, "7": 1, "8": 1, "9": 1, "11": 2, "13": 3, "14": 1, "16": 1, "17": 2, "18": 3 } }], ["budget", { "1": { "15": 1 } }], ["but", { "1": { "11": 2 } }], ["button>", { "1": { "1": 1, "8": 3 } }], ["button", { "1": { "0": 2, "6": 1, "8": 2, "12": 2 } }], ["build", { "1": { "0": 1, "1": 2 } }], ["building", { "1": { "0": 1, "6": 2, "8": 1 } }], ["built", { "1": { "0": 2 } }], ["business", { "1": { "0": 1 } }], ["missing", { "1": { "16": 1 } }], ["minute", { "1": { "16": 2 } }], ["minutes", { "1": { "0": 1, "1": 1 } }], ["mini", { "1": { "15": 4 } }], ["multi", { "1": { "15": 1 } }], ["multiple", { "1": { "0": 1, "8": 1, "9": 1, "10": 1, "13": 1, "15": 2 } }], ["must", { "1": { "11": 2, "12": 1 } }], ["mb", { "1": { "8": 1 } }], ["mt", { "1": { "8": 4 } }], ["move", { "1": { "10": 1 } }], ["moderate", { "1": { "15": 1 } }], ["model", { "1": { "10": 3, "13": 1, "14": 3, "15": 18, "18": 2 } }], ["models", { "1": { "5": 1, "15": 2 } }], ["mode", { "1": { "5": 1, "9": 2, "13": 1, "14": 1, "15": 1 } }], ["modes", { "1": { "5": 1, "9": 1, "13": 2, "14": 1 } }], ["most", { "1": { "5": 1, "6": 1, "12": 1 } }], ["more", { "1": { "4": 1, "15": 1 } }], ["monitor", { "1": { "0": 1 } }], ["my", { "1": { "3": 1, "10": 3, "17": 3, "18": 2 } }], ["ml", { "1": { "1": 1, "7": 1, "8": 1 } }], ["md`", { "1": { "10": 1, "15": 1 } }], ["md", { "1": { "1": 1, "10": 5, "13": 1, "15": 3 } }], ["msg", { "1": { "1": 3, "6": 3, "7": 3, "8": 3, "12": 1, "17": 1 } }], ["metadata", { "1": { "10": 1 } }], ["method", { "1": { "1": 2, "3": 1, "6": 2, "16": 2, "17": 1, "18": 1 } }], ["means", { "1": { "9": 1 } }], ["medium", { "1": { "8": 2, "10": 1, "13": 4, "14": 2, "15": 4 } }], ["me", { "1": { "5": 1, "12": 1 } }], ["messagelist", { "1": { "7": 1 } }], ["messageid", { "1": { "5": 1, "16": 1, "17": 1 } }], ["messagebubble", { "1": { "1": 1, "6": 1, "7": 1, "8": 1, "9": 1 } }], ["message=", { "1": { "1": 1, "6": 1, "7": 1, "8": 1 } }], ["message", { "1": { "0": 2, "1": 12, "2": 2, "3": 5, "4": 1, "5": 3, "6": 18, "7": 10, "8": 9, "9": 8, "10": 9, "11": 1, "12": 27, "14": 26, "15": 9, "16": 4, "17": 9, "18": 4 } }], ["messages", { "0": { "7": 1 }, "1": { "0": 2, "1": 3, "2": 3, "3": 12, "6": 11, "7": 12, "8": 4, "9": 3, "17": 3 } }], ["many", { "1": { "16": 1 } }], ["managing", { "1": { "0": 1 } }], ["managed", { "1": { "11": 1 } }], ["manages", { "1": { "2": 1 } }], ["management", { "1": { "0": 2, "2": 3, "6": 1, "16": 1 } }], ["manage", { "1": { "0": 2, "2": 1, "18": 1 } }], ["making", { "1": { "13": 1 } }], ["make", { "1": { "13": 2 } }], ["markdown", { "1": { "11": 1, "14": 3 } }], ["may", { "1": { "9": 1, "11": 1, "14": 1, "15": 1 } }], ["maxsteps", { "1": { "13": 1, "14": 1, "15": 4 } }], ["maximum", { "1": { "13": 1, "15": 1 } }], ["maxretries", { "1": { "11": 1 } }], ["maxprice", { "1": { "4": 3, "13": 1 } }], ["max", { "1": { "1": 1, "5": 1, "12": 1, "13": 1 } }], ["mapping", { "1": { "14": 2 } }], ["map", { "1": { "1": 2, "6": 3, "7": 2, "8": 3, "9": 2, "14": 1 } }], ["mainparts", { "1": { "8": 2 } }], ["main", { "1": { "0": 1, "2": 1, "5": 1, "7": 1, "8": 2, "10": 1, "14": 6 } }], ["days", { "1": { "11": 1 } }], ["dashes`", { "1": { "10": 3 } }], ["dashes", { "1": { "10": 2 } }], ["date", { "1": { "7": 1, "13": 1 } }], ["database", { "1": { "1": 1, "2": 1, "4": 2 } }], ["data", { "1": { "0": 2, "2": 1, "4": 5, "11": 4, "13": 3, "16": 10, "17": 17 } }], ["during", { "1": { "8": 2, "9": 2 } }], ["dynamically", { "1": { "4": 1 } }], ["d1", { "1": { "3": 1 } }], ["d", { "1": { "3": 3, "16": 1, "17": 2, "18": 2 } }], ["db", { "1": { "2": 1, "4": 3, "13": 1 } }], ["don", { "1": { "14": 2 } }], ["done", { "1": { "6": 1, "7": 7, "8": 5, "9": 2, "16": 1, "17": 5 } }], ["dot", { "1": { "11": 1 } }], ["doesn", { "1": { "11": 1, "13": 1, "14": 2 } }], ["does", { "1": { "10": 1, "13": 1 } }], ["doing", { "1": { "9": 1 } }], ["document", { "1": { "12": 4, "13": 1 } }], ["documentation", { "1": { "3": 1, "15": 1 } }], ["docs", { "1": { "0": 4, "1": 3, "2": 3, "6": 3, "10": 5, "15": 3, "17": 1 } }], ["do", { "1": { "0": 1, "3": 1, "4": 1, "12": 2, "13": 1, "17": 3 } }], ["digits", { "1": { "10": 1 } }], ["different", { "1": { "12": 1, "14": 2, "15": 3 } }], ["differently", { "1": { "7": 1 } }], ["difficult", { "1": { "0": 1 } }], ["displayed", { "1": { "15": 1 } }], ["displayname", { "1": { "7": 2, "8": 1 } }], ["display", { "1": { "5": 2, "6": 1, "9": 3, "13": 2, "14": 8, "15": 1, "16": 1, "17": 2, "18": 1 } }], ["disabled", { "1": { "1": 1 } }], ["disabled=", { "1": { "1": 2 } }], ["div>", { "1": { "1": 6, "6": 2, "7": 6, "8": 11, "9": 5 } }], ["dive", { "1": { "0": 1, "2": 1 } }], ["directives", { "1": { "14": 1 } }], ["directive", { "1": { "13": 1, "14": 5 } }], ["directly", { "1": { "3": 1, "4": 1, "16": 2, "17": 1 } }], ["direct", { "1": { "0": 1, "3": 1, "12": 1 } }], ["details", { "1": { "14": 3 } }], ["details>", { "1": { "7": 1 } }], ["determines", { "1": { "14": 1 } }], ["deterministically", { "1": { "14": 1 } }], ["deterministic", { "1": { "13": 1, "15": 1 } }], ["descriptive", { "1": { "12": 1 } }], ["description`", { "1": { "18": 1 } }], ["descriptions", { "1": { "13": 1 } }], ["description", { "1": { "5": 2, "9": 1, "10": 6, "11": 14, "12": 14, "13": 16, "14": 3, "15": 4, "16": 3, "17": 4, "18": 5 } }], ["describes", { "1": { "11": 3, "13": 1 } }], ["decided", { "1": { "13": 1 } }], ["decide", { "1": { "13": 1 } }], ["decides", { "1": { "4": 1, "13": 1, "15": 2 } }], ["declarative", { "1": { "10": 1 } }], ["delta`", { "1": { "17": 3 } }], ["delta", { "1": { "4": 2, "5": 15, "16": 4, "17": 16 } }], ["def456b", { "1": { "17": 1 } }], ["defaults", { "1": { "11": 2, "12": 1, "14": 1 } }], ["default", { "1": { "1": 1, "7": 1, "9": 1, "10": 1, "11": 7, "12": 3, "13": 3, "14": 4, "15": 3 } }], ["definitions", { "1": { "18": 1 } }], ["definition", { "1": { "10": 1, "11": 3, "12": 1, "13": 1, "18": 1 } }], ["defining", { "1": { "0": 1, "4": 1, "10": 1 } }], ["defined", { "1": { "0": 2, "13": 2 } }], ["defines", { "1": { "0": 1 } }], ["define", { "1": { "0": 4, "1": 2, "10": 2, "11": 1, "12": 1, "14": 1 } }], ["demo", { "1": { "1": 2, "5": 1, "17": 2 } }], ["deep", { "1": { "0": 1, "2": 1 } }], ["debugging", { "1": { "3": 1 } }], ["debug", { "1": { "0": 1, "3": 1, "10": 1, "14": 1 } }], ["deploy", { "1": { "0": 2, "18": 1 } }], ["developers", { "1": { "0": 2 } }], ["pipelines", { "1": { "18": 1 } }], ["phone", { "1": { "12": 1 } }], ["pending", { "1": { "7": 1, "8": 1 } }], ["permissions", { "1": { "16": 1 } }], ["persona", { "1": { "15": 1 } }], ["persists", { "1": { "11": 2 } }], ["persistence", { "1": { "11": 1 } }], ["persistent", { "1": { "10": 1, "11": 2, "14": 1 } }], ["persist", { "1": { "11": 1 } }], ["per", { "1": { "5": 1, "12": 1 } }], ["plus", { "1": { "6": 1 } }], ["play", { "1": { "7": 1, "8": 1 } }], ["placeholder=", { "1": { "1": 1 } }], ["plan", { "1": { "1": 1, "4": 2, "13": 3 } }], ["platforms", { "1": { "4": 1 } }], ["platform", { "1": { "0": 1, "4": 7, "9": 1, "16": 1, "17": 2 } }], ["purple", { "1": { "8": 1 } }], ["purpose", { "1": { "6": 1, "11": 1 } }], ["pulse", { "1": { "1": 1, "7": 1, "8": 1, "9": 1 } }], ["policies", { "1": { "10": 2, "11": 3 } }], ["portable", { "1": { "10": 1 } }], ["populate", { "1": { "6": 1 } }], ["possible", { "1": { "5": 1 } }], ["post", { "1": { "1": 4, "4": 2, "6": 2, "16": 3, "17": 4, "18": 2 } }], ["points", { "1": { "13": 1 } }], ["point", { "1": { "2": 1 } }], ["pattern", { "1": { "17": 1 } }], ["patch", { "1": { "16": 1, "18": 3 } }], ["payload", { "1": { "12": 1 } }], ["parameter", { "1": { "13": 4 } }], ["parameters", { "1": { "10": 1, "13": 9, "15": 3, "16": 1 } }], ["partial", { "1": { "8": 2 } }], ["participant", { "1": { "0": 3, "4": 4 } }], ["partrenderer", { "1": { "7": 2, "9": 1 } }], ["part=", { "1": { "7": 3, "8": 2, "9": 4 } }], ["part", { "1": { "1": 3, "6": 5, "7": 27, "8": 26, "9": 9, "17": 1 } }], ["parts", { "1": { "1": 1, "3": 1, "6": 4, "7": 5, "8": 5, "9": 4, "17": 3 } }], ["pauses", { "1": { "4": 1 } }], ["pass", { "1": { "3": 1, "4": 1, "7": 2, "11": 1 } }], ["password", { "1": { "3": 1, "17": 5 } }], ["passed", { "1": { "3": 1, "4": 1, "17": 1 } }], ["packages", { "1": { "6": 1 } }], ["package", { "1": { "2": 1, "6": 1 } }], ["page", { "1": { "1": 1, "3": 2 } }], ["p>", { "1": { "1": 1, "6": 1, "7": 1, "8": 1 } }], ["py", { "1": { "1": 2 } }], ["px", { "1": { "1": 2 } }], ["p", { "1": { "1": 2, "7": 3, "8": 8, "9": 3 } }], ["practices", { "1": { "4": 1, "12": 1, "13": 1 } }], ["price", { "1": { "13": 1 } }], ["primitive", { "1": { "4": 1 } }], ["priority", { "1": { "4": 4, "13": 8, "14": 2, "15": 1 } }], ["prevent", { "1": { "15": 1 } }], ["preventdefault", { "1": { "1": 1 } }], ["pre>", { "1": { "7": 1, "8": 2 } }], ["preserve", { "1": { "7": 1, "17": 1 } }], ["pre", { "1": { "6": 1 } }], ["prerequisites", { "1": { "1": 1 } }], ["programmatic", { "1": { "16": 1 } }], ["progress", { "1": { "5": 1, "6": 1, "8": 1, "9": 1, "13": 1 } }], ["professional", { "1": { "15": 1 } }], ["properties", { "1": { "11": 1, "14": 1 } }], ["property", { "1": { "7": 1, "8": 1, "9": 1, "11": 1, "14": 1 } }], ["properly", { "1": { "3": 1 } }], ["promise<response>", { "1": { "6": 1 } }], ["promise<void>", { "1": { "6": 2 } }], ["promise<unknown>", { "1": { "4": 1 } }], ["promise<uisessionstate>", { "1": { "2": 1 } }], ["promise<string>", { "1": { "2": 1 } }], ["prompts", { "1": { "0": 1, "10": 5, "11": 1, "13": 3, "15": 2, "18": 6 } }], ["prompt", { "1": { "0": 1, "10": 2, "12": 1, "14": 10, "15": 7, "18": 2 } }], ["productsearch", { "1": { "4": 2 } }], ["products", { "1": { "4": 4, "12": 1, "13": 1 } }], ["product", { "1": { "1": 1, "2": 1, "3": 1, "10": 1, "11": 3, "13": 1, "15": 4, "17": 3 } }], ["production", { "1": { "0": 1 } }], ["pro", { "1": { "1": 2, "2": 1, "3": 1, "11": 1, "16": 1, "17": 3 } }], ["processing", { "1": { "8": 1, "14": 1 } }], ["process", { "1": { "1": 2, "3": 2, "8": 1 } }], ["projects", { "1": { "10": 1 } }], ["project", { "1": { "1": 1, "16": 1, "18": 1 } }], ["provide", { "1": { "10": 1, "11": 2 } }], ["provided", { "1": { "7": 1, "10": 2, "11": 3, "12": 1, "18": 1 } }], ["provides", { "1": { "2": 1, "6": 2, "7": 1, "8": 1, "18": 1 } }], ["provider", { "1": { "0": 1, "15": 1 } }], ["providing", { "1": { "0": 1 } }], ["protocolyaml", { "1": { "18": 1 } }], ["protocols", { "1": { "0": 2, "10": 3, "18": 1 } }], ["protocol", { "1": { "0": 4, "1": 2, "4": 1, "9": 1, "10": 8, "13": 1, "18": 7 }, "2": { "10": 1, "11": 1, "12": 1, "13": 1, "14": 1, "15": 1 } }], ["problems", { "1": { "0": 1 } }], ["wrapped", { "1": { "16": 1 } }], ["writing", { "1": { "11": 1 } }], ["write", { "1": { "10": 1, "11": 3 } }], ["written", { "1": { "10": 1, "11": 1 } }], ["wrong<", { "1": { "8": 1 } }], ["wrong", { "1": { "5": 1 } }], ["won", { "1": { "9": 1 } }], ["works", { "1": { "15": 1 } }], ["working", { "1": { "1": 1, "6": 1 } }], ["work", { "1": { "0": 1, "5": 1 } }], ["we", { "1": { "16": 1 } }], ["went", { "1": { "5": 1, "8": 1 } }], ["web", { "1": { "0": 1 } }], ["w", { "1": { "1": 2, "7": 1, "8": 1, "9": 1 } }], ["which", { "1": { "14": 1 } }], ["while", { "1": { "8": 1, "13": 2 } }], ["white", { "1": { "1": 2 } }], ["where", { "1": { "4": 1, "5": 1 } }], ["when", { "1": { "3": 1, "4": 2, "5": 1, "6": 2, "7": 1, "8": 3, "9": 1, "10": 2, "11": 4, "12": 4, "13": 4, "14": 1, "17": 1 } }], ["why", { "1": { "4": 1, "10": 1, "12": 1 } }], ["what", { "1": { "0": 2, "1": 1, "4": 1, "9": 1, "10": 2, "11": 2, "12": 1, "13": 3, "14": 1 } }], ["wants", { "1": { "12": 1 } }], ["waiting", { "1": { "5": 1 } }], ["watchers`", { "1": { "3": 1 } }], ["watchers", { "1": { "3": 1 } }], ["walk", { "1": { "1": 1 } }], ["way", { "1": { "0": 1 } }], ["widget", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["will", { "1": { "1": 1 } }], ["within", { "1": { "11": 1 } }], ["without", { "1": { "6": 1, "9": 1, "15": 1 } }], ["with", { "1": { "0": 4, "1": 3, "2": 2, "3": 5, "4": 3, "5": 3, "6": 3, "7": 1, "8": 2, "10": 11, "11": 5, "12": 3, "14": 1, "15": 1, "17": 7 } }], ["false", { "1": { "12": 2, "13": 1, "14": 2 } }], ["failed", { "1": { "5": 1, "7": 1, "8": 2, "17": 1 } }], ["failure", { "1": { "5": 1 } }], ["failures", { "1": { "4": 1 } }], ["factual", { "1": { "15": 1 } }], ["facing", { "1": { "3": 1, "5": 1 } }], ["face", { "1": { "0": 1 } }], ["fields", { "1": { "13": 2, "17": 2, "18": 2 } }], ["field", { "1": { "10": 1, "11": 3, "13": 2, "15": 1, "16": 1, "17": 3, "18": 1 } }], ["files", { "1": { "18": 1 } }], ["filename", { "1": { "15": 1 } }], ["file", { "1": { "10": 1, "12": 3, "14": 1 } }], ["filtered", { "1": { "5": 2, "9": 1 } }], ["filter", { "1": { "5": 1, "8": 2, "9": 1, "12": 1, "13": 2 } }], ["fires", { "1": { "14": 1 } }], ["fire", { "1": { "10": 1 } }], ["first", { "1": { "0": 1, "3": 1 } }], ["finalized", { "1": { "8": 1 } }], ["finalize", { "1": { "6": 1, "8": 1 } }], ["finally", { "1": { "4": 1 } }], ["finishevent", { "1": { "5": 1 } }], ["finishreason", { "1": { "5": 1, "16": 1, "17": 1 } }], ["finish", { "1": { "5": 3, "16": 1, "17": 1 } }], ["find", { "1": { "4": 1 } }], ["findbyid", { "1": { "2": 1, "4": 3, "13": 1 } }], ["feedback", { "1": { "12": 3 } }], ["features", { "1": { "1": 1, "2": 1, "6": 1 } }], ["fetchsession", { "1": { "7": 1 } }], ["fetch", { "1": { "1": 3, "4": 1, "6": 2, "7": 1 } }], ["flex", { "1": { "1": 5, "8": 1, "9": 3 } }], ["flows", { "1": { "10": 1 } }], ["flowchart", { "1": { "3": 1 } }], ["flow", { "1": { "0": 1, "4": 1 } }], ["functions", { "1": { "4": 1 } }], ["function", { "1": { "1": 6, "4": 1, "6": 7, "7": 7, "8": 8, "9": 5 } }], ["full", { "1": { "0": 1, "1": 1, "3": 1, "4": 2, "9": 1, "15": 1 } }], ["friendly", { "1": { "15": 1 } }], ["from", { "1": { "1": 9, "2": 1, "3": 2, "4": 1, "6": 3, "7": 4, "8": 5, "9": 2, "11": 1, "12": 3, "13": 1, "14": 1, "17": 1 } }], ["frontends", { "1": { "16": 1 } }], ["frontend", { "1": { "1": 2, "3": 3, "4": 1, "5": 2, "6": 1 } }], ["framework", { "1": { "6": 4 } }], ["frameworks", { "1": { "0": 1, "6": 1 } }], ["fragmented", { "1": { "0": 1 } }], ["folder", { "1": { "10": 1 } }], ["font", { "1": { "8": 2 } }], ["found", { "1": { "1": 1, "3": 1, "4": 1, "5": 1, "16": 3 } }], ["forbidden", { "1": { "16": 1 } }], ["force", { "1": { "13": 1 } }], ["format`", { "1": { "18": 1 } }], ["format", { "1": { "3": 3, "10": 1, "11": 1, "14": 2, "15": 1, "16": 2, "18": 5 } }], ["form>", { "1": { "1": 1 } }], ["formevent", { "1": { "1": 1 } }], ["form", { "1": { "0": 1, "12": 1 } }], ["for", { "1": { "0": 3, "1": 3, "2": 5, "3": 4, "4": 4, "5": 2, "6": 3, "7": 3, "9": 1, "10": 3, "11": 4, "12": 2, "13": 2, "14": 9, "15": 3, "16": 2, "17": 3, "18": 2 } }], ["focused", { "1": { "12": 2 } }], ["focus", { "1": { "0": 1 } }], ["cd", { "1": { "18": 1 } }], ["ci", { "1": { "18": 1 } }], ["cm5xyz123abc456def", { "1": { "17": 2 } }], ["cm5xvz7k80001abcd", { "1": { "17": 3, "18": 4 } }], ["cycles", { "1": { "13": 1, "15": 2 } }], ["center", { "1": { "8": 1, "9": 3 } }], ["checking", { "1": { "9": 1 } }], ["check", { "1": { "4": 1, "7": 1 } }], ["changed", { "1": { "17": 1 } }], ["changes", { "1": { "6": 1, "8": 1, "10": 1 } }], ["chatstatus", { "1": { "6": 2 } }], ["chatmessage", { "1": { "3": 1 } }], ["chatpage", { "1": { "1": 1 } }], ["chatprops", { "1": { "1": 2 } }], ["chat", { "1": { "0": 2, "1": 11, "2": 1, "3": 2, "4": 1, "5": 1, "6": 6, "8": 1, "10": 1, "11": 1, "12": 3, "14": 3, "18": 8 } }], ["challenges", { "1": { "0": 1 } }], ["c1", { "1": { "3": 1 } }], ["c", { "1": { "3": 7 } }], ["creative", { "1": { "15": 3 } }], ["creation", { "1": { "11": 2, "13": 1 } }], ["creating", { "1": { "3": 1, "9": 1, "10": 1, "11": 2 } }], ["createdby", { "1": { "4": 1 } }], ["created", { "1": { "3": 1, "4": 1, "13": 2, "16": 2, "18": 4 } }], ["createdat", { "1": { "2": 1, "3": 2, "4": 2, "7": 1, "13": 2, "17": 3, "18": 1 } }], ["createsession", { "1": { "1": 2 } }], ["creates", { "1": { "1": 1, "18": 1 } }], ["create", { "1": { "1": 13, "2": 5, "3": 6, "4": 9, "11": 3, "13": 12, "14": 7, "15": 4, "16": 2, "17": 2, "18": 2 } }], ["curl", { "1": { "16": 2, "17": 3, "18": 5 } }], ["current", { "1": { "2": 1, "6": 3, "8": 3, "11": 1 } }], ["customer", { "1": { "18": 3 } }], ["custom", { "1": { "0": 1, "1": 1, "4": 1, "6": 1, "11": 1, "16": 1 } }], ["clear", { "1": { "12": 3, "13": 2 } }], ["cleartimeout", { "1": { "4": 1 } }], ["cleanup", { "1": { "6": 1 } }], ["claude", { "1": { "5": 1, "10": 1, "13": 1, "14": 2, "15": 9, "18": 2 } }], ["class", { "1": { "2": 3, "6": 3 } }], ["classname=", { "1": { "1": 9, "7": 10, "8": 18, "9": 8 } }], ["click", { "1": { "6": 1 } }], ["clicks", { "1": { "0": 2, "9": 1, "10": 1, "12": 2 } }], ["client", { "1": { "0": 3, "1": 6, "2": 4, "3": 13, "4": 2, "5": 1, "6": 8, "7": 1, "8": 1, "9": 2, "11": 2, "12": 1, "13": 1, "16": 2, "17": 1, "18": 1 }, "2": { "6": 1, "7": 1, "8": 1, "9": 1 } }], ["case`", { "1": { "10": 1, "11": 1, "12": 1 } }], ["case", { "1": { "6": 4, "7": 4, "8": 7, "9": 4, "15": 1 } }], ["caught", { "1": { "5": 1 } }], ["captured", { "1": { "4": 1, "5": 1 } }], ["capabilities", { "1": { "0": 1, "10": 1 } }], ["catalog", { "1": { "13": 1 } }], ["category", { "1": { "4": 3, "12": 1, "13": 2 } }], ["catch", { "1": { "3": 1, "10": 1 } }], ["cached", { "1": { "11": 1 } }], ["cache", { "1": { "1": 2, "5": 2 } }], ["call`", { "1": { "17": 1 } }], ["calling", { "1": { "15": 1, "16": 1 } }], ["called", { "1": { "8": 1, "12": 1 } }], ["callback", { "1": { "6": 1, "12": 2 } }], ["callbacks", { "1": { "6": 1, "7": 1, "11": 1 } }], ["call", { "1": { "0": 2, "1": 1, "4": 3, "5": 1, "6": 2, "7": 2, "8": 1, "9": 1, "11": 1, "13": 6, "14": 7, "15": 4, "17": 1 } }], ["calls", { "1": { "0": 1, "4": 2, "5": 1, "6": 1, "8": 1, "9": 1, "10": 1, "13": 2, "15": 1, "17": 1 } }], ["cancel", { "1": { "12": 1 } }], ["cannot", { "1": { "11": 1, "12": 1 } }], ["can", { "1": { "0": 3, "3": 2, "4": 2, "5": 1, "6": 1, "9": 2, "10": 3, "11": 3, "12": 1, "13": 3, "15": 4, "16": 1, "17": 3 } }], ["copy", { "1": { "17": 1 } }], ["couldn", { "1": { "4": 1 } }], ["corresponding", { "1": { "12": 2 } }], ["corp", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["core", { "1": { "0": 1, "6": 1 } }], ["collapse", { "1": { "8": 1 } }], ["col", { "1": { "1": 1 } }], ["comment", { "1": { "12": 3 } }], ["common", { "1": { "5": 2, "9": 1, "12": 1 } }], ["compact", { "1": { "9": 1 } }], ["company", { "1": { "1": 1, "2": 1, "3": 1, "10": 2, "11": 5, "14": 3, "15": 4, "17": 3, "18": 4 } }], ["completion", { "1": { "5": 1, "8": 1 } }], ["completed", { "1": { "5": 2, "7": 1, "8": 1, "17": 2 } }], ["complete", { "1": { "3": 1, "5": 1, "14": 1, "17": 2 } }], ["complexity", { "1": { "0": 1, "4": 1, "15": 1 } }], ["complex", { "1": { "0": 1, "11": 1, "15": 2 } }], ["components", { "1": { "1": 2 } }], ["component", { "1": { "1": 1 } }], ["com", { "1": { "1": 1, "17": 1 } }], ["codes", { "1": { "16": 1 } }], ["code", { "1": { "0": 1, "3": 1, "16": 2 } }], ["codebases", { "1": { "0": 1 } }], ["convert", { "1": { "14": 1 } }], ["converting", { "1": { "9": 1 } }], ["conversation`", { "1": { "3": 1 } }], ["conversation", { "1": { "0": 2, "3": 3, "5": 1, "7": 1, "8": 1, "9": 2, "10": 1, "11": 8, "12": 1, "13": 1, "14": 19, "15": 1, "17": 2 } }], ["conversations", { "1": { "0": 1, "3": 1, "17": 1 } }], ["conventions", { "1": { "5": 1, "10": 1 } }], ["configuration", { "1": { "10": 1, "11": 1, "15": 2 } }], ["configurable", { "1": { "3": 1 } }], ["configures", { "1": { "15": 1 } }], ["configure", { "1": { "3": 2 } }], ["config", { "0": { "15": 1 }, "1": { "2": 1, "10": 2, "11": 1, "15": 3 } }], ["connection", { "1": { "1": 1, "5": 1 } }], ["connecting", { "1": { "0": 1 } }], ["consistent", { "1": { "15": 1 } }], ["console", { "1": { "3": 5, "4": 2, "6": 2, "7": 3, "8": 2, "11": 1, "18": 2 } }], ["constrained", { "1": { "13": 1 } }], ["constructor", { "1": { "2": 1, "6": 1 } }], ["const", { "1": { "1": 17, "2": 5, "3": 8, "4": 21, "5": 1, "6": 8, "7": 4, "8": 7, "9": 1, "11": 1, "12": 3, "13": 4, "18": 1 } }], ["consumers", { "1": { "11": 1 } }], ["consumer", { "1": { "0": 1, "11": 4 } }], ["context", { "1": { "4": 5, "11": 1 } }], ["content", { "1": { "1": 4, "2": 1, "3": 2, "5": 6, "6": 6, "7": 5, "8": 5, "12": 1, "14": 4, "15": 1, "16": 1, "17": 6, "18": 8 } }], ["containing", { "1": { "11": 1 } }], ["contain", { "1": { "6": 1, "7": 1, "14": 1, "17": 1 } }], ["contains", { "1": { "3": 1 } }], ["contained", { "1": { "0": 1 } }], ["continuation", { "1": { "2": 1, "17": 3 } }], ["continue", { "1": { "0": 1, "4": 1 } }], ["controller", { "1": { "4": 3 } }], ["control", { "1": { "0": 1, "1": 1, "4": 1, "5": 1, "15": 1 } }], ["concepts", { "1": { "0": 1 } }], ["share", { "1": { "15": 1 } }], ["show", { "1": { "8": 3, "13": 2, "14": 3 } }], ["showing", { "1": { "6": 1 } }], ["shows", { "1": { "5": 2, "13": 2, "14": 2 } }], ["shown", { "1": { "5": 1, "9": 1, "13": 1, "14": 3 } }], ["shouldn", { "1": { "14": 1 } }], ["should", { "1": { "5": 1, "6": 1, "12": 2 } }], ["single", { "1": { "18": 1 } }], ["simple", { "1": { "14": 1, "15": 1 } }], ["silently", { "1": { "13": 1 } }], ["signal", { "1": { "4": 2 } }], ["signature", { "1": { "4": 1 } }], ["significant", { "1": { "0": 1 } }], ["sync", { "1": { "18": 2 } }], ["synced", { "1": { "11": 3 } }], ["systemprompt", { "1": { "18": 1 } }], ["system", { "1": { "1": 1, "4": 1, "10": 5, "11": 2, "13": 2, "14": 4, "15": 17, "18": 10 } }], ["systems", { "1": { "0": 1 } }], ["snake", { "1": { "10": 1, "11": 1, "12": 1 } }], ["sm", { "1": { "7": 4, "8": 2, "9": 3 } }], ["switch", { "1": { "6": 1, "7": 1, "8": 2, "9": 1 } }], ["svelte", { "1": { "6": 1 } }], ["scope", { "1": { "11": 1 } }], ["scoping", { "1": { "11": 1 } }], ["scroll", { "1": { "7": 1, "8": 1 } }], ["scenarios", { "1": { "5": 1 } }], ["scattered", { "1": { "0": 1 } }], ["sse", { "1": { "5": 1, "16": 2, "17": 1 } }], ["safe", { "1": { "10": 1, "18": 1 } }], ["safely", { "1": { "9": 1 } }], ["save", { "1": { "9": 1, "11": 1, "14": 4 } }], ["sandbox", { "1": { "4": 1 } }], ["same", { "1": { "0": 1 } }], ["s", { "1": { "1": 1, "3": 2, "7": 1, "8": 1, "9": 1, "10": 1, "11": 2, "12": 1, "13": 1, "14": 1, "15": 1, "17": 2 } }], ["spin", { "1": { "8": 1 } }], ["span>", { "1": { "7": 1, "8": 6, "9": 6 } }], ["space", { "1": { "1": 1, "7": 1, "9": 1 } }], ["specified", { "1": { "7": 1 } }], ["specifies", { "1": { "5": 1 } }], ["specific", { "1": { "2": 1, "4": 1, "5": 1, "6": 1, "12": 1, "13": 2, "14": 1, "15": 1 } }], ["specifying", { "1": { "3": 1 } }], ["specify", { "1": { "0": 1, "10": 1, "15": 1 } }], ["slug`", { "1": { "18": 1 } }], ["slugs", { "1": { "10": 1 } }], ["slug", { "1": { "1": 1, "10": 1, "17": 2, "18": 10 } }], ["sdk`", { "1": { "2": 1, "6": 2, "16": 2 } }], ["sdk", { "1": { "0": 5, "1": 7, "2": 7, "3": 4, "4": 6, "5": 5, "6": 6, "7": 1, "8": 1, "11": 1, "12": 3, "16": 2, "17": 4, "18": 1 }, "2": { "2": 1, "3": 1, "4": 1, "5": 1, "6": 1, "7": 1, "8": 1, "9": 1 } }], ["sdks", { "1": { "0": 1, "1": 1, "16": 3 } }], ["survive", { "1": { "11": 1 } }], ["summarizing", { "1": { "14": 1 } }], ["summarize", { "1": { "12": 1, "14": 2 } }], ["summarization", { "1": { "8": 1, "14": 2 } }], ["summary>", { "1": { "7": 1 } }], ["summary", { "1": { "4": 8, "5": 2, "7": 3, "8": 1, "9": 1, "10": 4, "11": 14, "12": 1, "13": 7, "14": 30, "15": 5, "17": 1 } }], ["successfully", { "1": { "18": 2 } }], ["success", { "1": { "5": 1, "16": 3 } }], ["subscribe", { "1": { "6": 3 } }], ["subscription", { "1": { "4": 1, "6": 1, "12": 1, "13": 2 } }], ["submits", { "1": { "12": 1 } }], ["submit", { "1": { "1": 1, "12": 2 } }], ["submissions", { "1": { "0": 1 } }], ["supported", { "1": { "5": 1, "11": 2 } }], ["support", { "1": { "0": 1, "1": 2, "2": 1, "3": 2, "4": 2, "9": 1, "10": 3, "11": 6, "12": 3, "13": 10, "14": 3, "15": 4, "18": 13 } }], ["step", { "1": { "14": 8, "15": 1 } }], ["steps", { "1": { "0": 1, "2": 1, "6": 1, "10": 1, "15": 1 } }], ["stock", { "1": { "13": 1 } }], ["stop", { "1": { "5": 2, "6": 6, "8": 9, "16": 1, "17": 1 } }], ["stores", { "1": { "11": 2 } }], ["stored", { "1": { "4": 2, "11": 1, "13": 1, "14": 1 } }], ["store", { "1": { "0": 1, "3": 1, "13": 2, "14": 3, "17": 1 } }], ["structure", { "1": { "7": 1, "9": 1, "10": 2, "12": 1, "14": 1 } }], ["structured", { "1": { "3": 1, "7": 1 } }], ["stringify", { "1": { "1": 2, "6": 2, "8": 1 } }], ["string", { "1": { "1": 2, "2": 11, "3": 2, "4": 7, "6": 7, "7": 15, "9": 4, "10": 6, "11": 8, "12": 13, "13": 10, "15": 9, "17": 2, "18": 8 } }], ["stream`", { "1": { "17": 1 } }], ["streamevent", { "1": { "5": 1 } }], ["streams", { "1": { "1": 1, "5": 1, "7": 1, "8": 1, "13": 1, "14": 1, "15": 1 } }], ["stream", { "1": { "0": 2, "1": 4, "2": 7, "3": 5, "4": 3, "5": 12, "6": 1, "7": 1, "8": 3, "12": 2, "14": 4, "16": 1, "17": 3 } }], ["streaming", { "0": { "5": 1, "8": 1 }, "1": { "0": 1, "1": 4, "2": 6, "5": 5, "6": 7, "7": 4, "8": 17, "14": 1, "16": 2, "17": 2 } }], ["standard", { "1": { "16": 1 } }], ["states", { "1": { "8": 2 } }], ["state`", { "1": { "3": 2 } }], ["state", { "1": { "2": 3, "3": 10, "4": 1, "6": 5, "7": 1, "8": 2, "11": 3, "16": 1, "17": 1 } }], ["stateful", { "1": { "0": 2, "3": 1 } }], ["statusindicator", { "1": { "8": 1 } }], ["statusbadge", { "1": { "8": 1 } }], ["status=", { "1": { "8": 1 } }], ["status", { "1": { "1": 4, "3": 1, "4": 1, "6": 8, "7": 9, "8": 23, "9": 5, "16": 1, "17": 4 } }], ["start`", { "1": { "17": 4 } }], ["startevent", { "1": { "5": 1 } }], ["started", { "1": { "0": 1, "5": 5, "17": 4 }, "2": { "0": 1, "1": 1 } }], ["start", { "0": { "1": 1 }, "1": { "0": 1, "1": 2, "4": 1, "5": 5, "14": 5, "15": 2, "16": 3, "17": 4 } }], ["sess", { "1": { "16": 1 } }], ["sessionattachoptions", { "1": { "2": 1 } }], ["sessionid=", { "1": { "1": 1 } }], ["sessionid", { "1": { "1": 12, "2": 5, "3": 13, "4": 2, "6": 4, "7": 1, "11": 1, "13": 1, "16": 1, "17": 5 } }], ["sessions`", { "1": { "16": 1 } }], ["sessionstate", { "1": { "7": 2 } }], ["sessions", { "0": { "3": 1, "17": 1 }, "1": { "0": 2, "1": 1, "2": 4, "3": 5, "4": 1, "16": 4, "17": 8 } }], ["session", { "1": { "0": 2, "1": 7, "2": 13, "3": 23, "4": 5, "5": 1, "6": 1, "7": 3, "10": 1, "11": 5, "12": 2, "13": 1, "16": 4, "17": 6 } }], ["section", { "1": { "15": 1 } }], ["sequence", { "1": { "14": 1 } }], ["sequencediagram", { "1": { "0": 1, "4": 1 } }], ["separate", { "1": { "8": 1, "14": 2 } }], ["separately", { "1": { "8": 1 } }], ["serializing", { "1": { "9": 1 } }], ["serialized", { "1": { "11": 2 } }], ["serialize", { "1": { "7": 1, "9": 2, "11": 2, "12": 1, "14": 6 } }], ["serializable", { "1": { "4": 1 } }], ["servers", { "1": { "0": 1 } }], ["server", { "1": { "0": 4, "1": 7, "2": 8, "3": 2, "4": 4, "5": 1, "12": 1, "16": 4, "17": 2, "18": 1 }, "2": { "2": 1, "3": 1, "4": 1, "5": 1 } }], ["service", { "1": { "0": 1 } }], ["sentiment", { "1": { "12": 1 } }], ["sent", { "1": { "4": 2, "5": 1, "9": 1, "16": 1, "17": 1 } }], ["sensitive", { "1": { "4": 1 } }], ["sends", { "1": { "12": 3 } }], ["sending", { "1": { "7": 1 } }], ["sendmessage", { "1": { "6": 1 } }], ["send", { "1": { "1": 3, "6": 10, "7": 2, "8": 1, "12": 5, "17": 1 } }], ["sees", { "1": { "5": 1, "14": 2 } }], ["see", { "1": { "3": 1, "13": 1 } }], ["sets", { "1": { "15": 1 } }], ["setsessionid", { "1": { "1": 2 } }], ["settings", { "1": { "10": 3, "16": 1, "18": 4 } }], ["setting", { "1": { "9": 1 } }], ["settimeout", { "1": { "4": 1 } }], ["setexpanded", { "1": { "8": 2 } }], ["set", { "1": { "6": 1, "7": 1, "9": 1, "11": 2, "14": 4 } }], ["setinputvalue", { "1": { "1": 3 } }], ["setup", { "1": { "1": 2 } }], ["search", { "1": { "0": 1, "4": 4, "12": 2, "13": 3, "15": 4 } }], ["self", { "1": { "0": 1 } }], ["some", { "1": { "13": 1 } }], ["something", { "1": { "5": 1 } }], ["sonnet", { "1": { "10": 1, "13": 1, "14": 2, "15": 7, "18": 2 } }], ["sound", { "1": { "7": 1, "8": 1 } }], ["source", { "1": { "4": 1 } }], ["solves", { "1": { "0": 1 } }], ["so", { "1": { "0": 1 } }], ["ll", { "1": { "17": 1 } }], ["llm", { "1": { "0": 4, "4": 8, "11": 1, "13": 5, "14": 4, "15": 8 } }], ["later", { "1": { "13": 1 } }], ["layer", { "1": { "0": 1 } }], ["list", { "1": { "14": 1, "15": 1, "16": 1, "18": 1 } }], ["limits", { "1": { "16": 2 } }], ["limited", { "1": { "16": 1 } }], ["limit", { "1": { "14": 1, "15": 2, "16": 2 } }], ["literal", { "1": { "13": 1, "14": 1 } }], ["like", { "1": { "5": 1, "7": 1, "8": 1, "9": 1, "11": 1, "12": 1 } }], ["lifecycle", { "1": { "3": 1, "5": 3 } }], ["lib", { "1": { "1": 3 } }], ["lg", { "1": { "1": 3, "7": 1, "8": 2 } }], ["level", { "1": { "12": 1, "13": 1, "14": 1, "15": 2 } }], ["left", { "1": { "7": 1 } }], ["let", { "1": { "5": 1, "13": 1 } }], ["lets", { "1": { "0": 1 } }], ["leaves", { "1": { "4": 1 } }], ["learn", { "1": { "0": 1, "1": 1 } }], ["length", { "1": { "3": 2, "4": 2, "5": 1, "8": 1 } }], ["low", { "1": { "13": 2, "14": 2, "15": 3 } }], ["lowercase", { "1": { "10": 1 } }], ["load", { "1": { "3": 2 } }], ["log", { "1": { "3": 4, "4": 3, "6": 2, "7": 2, "8": 1, "11": 1, "18": 2 } }], ["logic", { "1": { "0": 1, "4": 1, "10": 1 } }], ["loop", { "1": { "2": 1 } }], ["looking", { "1": { "5": 1, "10": 1, "13": 1 } }], ["look", { "1": { "1": 1, "13": 2, "15": 1 } }], ["local`", { "1": { "1": 1 } }], ["locally", { "1": { "0": 1 } }], ["tc", { "1": { "17": 1 } }], ["t1", { "1": { "17": 10 } }], ["tasks", { "1": { "15": 1 } }], ["talk", { "1": { "9": 1, "10": 1, "12": 1 } }], ["target", { "1": { "1": 1 } }], ["typically", { "1": { "9": 1 } }], ["typed", { "1": { "6": 1, "7": 1, "17": 1 } }], ["types", { "1": { "5": 2, "9": 1, "10": 1, "12": 1, "14": 1, "17": 1 } }], ["typeof", { "1": { "4": 1 } }], ["type=", { "1": { "1": 2 } }], ["type", { "1": { "1": 6, "2": 1, "3": 1, "4": 4, "5": 28, "6": 4, "7": 8, "8": 2, "9": 6, "10": 8, "11": 19, "12": 23, "13": 13, "14": 24, "15": 12, "16": 9, "17": 23, "18": 6 } }], ["two", { "1": { "6": 1 } }], ["td", { "1": { "3": 1 } }], ["t", { "1": { "1": 1, "4": 1, "9": 1, "11": 1, "13": 1, "14": 5, "15": 1 } }], ["tier", { "1": { "12": 2, "16": 2 } }], ["tier2", { "1": { "12": 1 } }], ["title", { "1": { "5": 1 } }], ["ticketservice", { "1": { "4": 1, "13": 1 } }], ["ticketid", { "1": { "1": 1, "4": 1, "13": 2 } }], ["ticket", { "1": { "1": 3, "4": 6, "9": 1, "10": 1, "11": 5, "13": 22, "14": 14, "15": 4 } }], ["timeout", { "1": { "4": 2, "11": 1 } }], ["timeouts", { "1": { "4": 1 } }], ["time", { "1": { "0": 1, "2": 1, "5": 1, "8": 2 } }], ["tsx", { "1": { "1": 2 } }], ["ts", { "1": { "1": 3 } }], ["temperature", { "1": { "15": 3 } }], ["templates", { "1": { "10": 1 } }], ["temporary", { "1": { "10": 1 } }], ["textpart", { "1": { "7": 1, "8": 1 } }], ["textendevent", { "1": { "5": 1 } }], ["textdeltaevent", { "1": { "5": 1 } }], ["textstartevent", { "1": { "5": 1 } }], ["text", { "1": { "0": 1, "1": 6, "2": 1, "3": 1, "4": 1, "5": 16, "6": 9, "7": 21, "8": 16, "9": 10, "11": 3, "12": 2, "14": 6, "16": 4, "17": 18 } }], ["teams", { "1": { "0": 2 } }], ["true`", { "1": { "13": 1, "14": 1 } }], ["true", { "1": { "10": 2, "11": 5, "12": 4, "13": 6, "14": 3, "15": 3, "17": 1 } }], ["traditional", { "1": { "4": 1 } }], ["tracks", { "1": { "7": 1 } }], ["tracking", { "1": { "6": 1 } }], ["track", { "1": { "0": 1, "3": 1, "5": 1, "10": 1 } }], ["try", { "1": { "3": 1, "4": 1 } }], ["trim", { "1": { "1": 2 } }], ["trigger1", { "1": { "12": 1 } }], ["triggered", { "1": { "12": 2 } }], ["triggerfunction", { "1": { "6": 2 } }], ["trigger`", { "1": { "6": 1, "16": 1 } }], ["triggering", { "1": { "2": 2, "3": 1, "6": 1 } }], ["triggername", { "1": { "1": 4, "2": 1, "4": 1, "6": 7, "16": 1, "17": 3 } }], ["trigger", { "1": { "0": 1, "1": 6, "2": 3, "3": 5, "4": 2, "5": 2, "6": 4, "7": 2, "12": 15, "14": 2, "16": 3, "17": 6 } }], ["triggers", { "0": { "12": 1 }, "1": { "0": 3, "1": 1, "7": 1, "10": 6, "11": 4, "12": 17, "15": 1 } }], ["thought", { "1": { "8": 1 } }], ["thing", { "1": { "12": 2 } }], ["thinking", { "1": { "6": 1, "7": 1, "8": 1, "10": 1, "14": 2, "15": 6, "18": 1 } }], ["this", { "1": { "1": 1, "5": 2, "9": 1, "10": 1, "11": 2, "12": 1, "13": 2, "14": 2, "17": 1, "18": 1 } }], ["threw", { "1": { "5": 1 } }], ["thread`", { "1": { "9": 1 } }], ["threads", { "1": { "7": 4, "8": 2, "9": 3, "14": 1, "15": 1 } }], ["thread", { "1": { "5": 1, "7": 8, "8": 3, "9": 6, "11": 1, "12": 1, "14": 22, "15": 4 } }], ["throw", { "1": { "3": 1, "4": 3 } }], ["through", { "1": { "0": 1, "1": 1, "7": 1, "8": 2, "12": 1 } }], ["them", { "1": { "9": 1, "13": 2 } }], ["they", { "1": { "3": 2, "4": 1, "9": 1, "10": 1, "11": 1, "13": 1, "14": 1, "17": 1 } }], ["these", { "1": { "0": 1, "1": 1, "13": 1 } }], ["their", { "1": { "0": 1, "3": 1, "7": 1, "9": 1, "10": 2, "13": 3 } }], ["the", { "1": { "0": 6, "1": 10, "2": 5, "3": 10, "4": 6, "5": 5, "6": 3, "7": 10, "8": 7, "9": 7, "10": 3, "11": 10, "12": 5, "13": 12, "14": 4, "15": 6, "16": 6, "17": 12, "18": 2 } }], ["that", { "1": { "0": 7, "1": 4, "3": 1, "4": 2, "6": 1, "7": 1, "8": 1, "11": 2, "14": 3, "16": 1, "17": 2, "18": 1 } }], ["token", { "1": { "15": 1, "16": 1 } }], ["tokens", { "1": { "5": 1 } }], ["too", { "1": { "8": 1, "12": 1, "16": 1 } }], ["toolresults", { "1": { "17": 2 } }], ["toolrequestevent", { "1": { "5": 1 } }], ["toolcallpart", { "1": { "8": 1 } }], ["toolcallid", { "1": { "5": 7, "7": 1, "17": 1 } }], ["tooloutputerrorevent", { "1": { "5": 1 } }], ["tooloutputavailableevent", { "1": { "5": 1 } }], ["toolinputavailableevent", { "1": { "5": 1 } }], ["toolinputendevent", { "1": { "5": 1 } }], ["toolinputdeltaevent", { "1": { "5": 1 } }], ["toolinputstartevent", { "1": { "5": 1 } }], ["tooling", { "1": { "0": 1 } }], ["toolname", { "1": { "5": 2, "7": 2, "8": 1, "17": 1 } }], ["toolhandler>", { "1": { "4": 1 } }], ["toolhandler", { "1": { "4": 1 } }], ["toolhandlers", { "1": { "4": 3 } }], ["tool", { "1": { "0": 4, "1": 2, "2": 3, "3": 2, "4": 15, "5": 22, "6": 2, "7": 3, "8": 2, "9": 2, "10": 1, "11": 2, "13": 21, "14": 8, "15": 5, "16": 1, "17": 10 } }], ["tools`", { "1": { "13": 1 } }], ["tools", { "0": { "4": 1, "13": 1 }, "1": { "0": 8, "1": 1, "2": 4, "3": 2, "4": 11, "10": 8, "13": 15, "14": 2, "15": 9, "17": 2 } }], ["toast", { "1": { "7": 1, "8": 1 } }], ["toisostring", { "1": { "4": 1, "13": 1 } }], ["to", { "1": { "0": 9, "1": 5, "2": 1, "3": 10, "4": 4, "5": 5, "6": 2, "7": 7, "8": 5, "9": 5, "10": 2, "11": 8, "12": 5, "13": 9, "14": 17, "15": 7, "16": 1, "17": 4, "18": 1 } }], ["our", { "1": { "16": 1 } }], ["out", { "1": { "9": 1 } }], ["outputtochat", { "1": { "17": 1 } }], ["outputs", { "1": { "11": 1 } }], ["output", { "1": { "4": 1, "5": 7, "9": 1, "11": 5, "13": 3, "14": 9, "17": 2 } }], ["o3", { "1": { "15": 2 } }], ["o1", { "1": { "15": 2 } }], ["offer", { "1": { "15": 1 } }], ["of", { "1": { "11": 1, "12": 1, "15": 1, "16": 1, "17": 1 } }], ["own", { "1": { "8": 2 } }], ["occur", { "1": { "9": 1 } }], ["occurred", { "1": { "5": 1, "17": 1 } }], ["octavuschatoptions", { "1": { "6": 3 } }], ["octavuschat", { "1": { "6": 4 } }], ["octavusclientconfig", { "1": { "2": 2 } }], ["octavusclient", { "1": { "1": 2, "2": 4, "3": 2 } }], ["octavus", { "1": { "0": 7, "1": 22, "2": 7, "3": 4, "4": 4, "5": 3, "6": 9, "7": 2, "8": 3, "9": 2, "16": 7, "17": 3, "18": 5 } }], ["object", { "1": { "4": 1, "17": 2 } }], ["objects", { "1": { "3": 1, "11": 1, "17": 1 } }], ["observability", { "1": { "0": 1 } }], ["openai", { "1": { "15": 6 } }], ["operation=", { "1": { "9": 1 } }], ["operationcard", { "1": { "9": 2 } }], ["operationtype", { "1": { "7": 1, "9": 1 } }], ["operationid", { "1": { "7": 1, "9": 2 } }], ["operations", { "0": { "9": 1 }, "1": { "6": 1, "7": 1, "9": 14, "17": 1 } }], ["operation", { "1": { "6": 1, "7": 2, "9": 15 } }], ["opus", { "1": { "15": 2 } }], ["op", { "1": { "9": 4 } }], ["option", { "1": { "3": 2, "17": 1 } }], ["optionally", { "1": { "4": 1, "13": 1 } }], ["optional", { "1": { "3": 2, "6": 2, "10": 1, "11": 5, "12": 8, "13": 5, "14": 1, "15": 1, "18": 1 } }], ["options", { "1": { "2": 1, "6": 4, "14": 1, "15": 1 } }], ["opacity", { "1": { "1": 1 } }], ["ordering", { "1": { "7": 1, "17": 1 } }], ["ordered", { "1": { "6": 1, "7": 1 } }], ["orderservice", { "1": { "4": 1 } }], ["order", { "1": { "4": 1 } }], ["or", { "1": { "0": 1, "1": 1, "3": 2, "5": 1, "6": 2, "9": 2, "10": 1, "11": 1, "13": 1, "15": 1, "16": 1, "17": 1, "18": 3 } }], ["orchestration", { "1": { "0": 2 } }], ["override", { "1": { "15": 1 } }], ["overloaded", { "1": { "12": 1 } }], ["overflow", { "1": { "1": 1 } }], ["overview", { "0": { "2": 1, "6": 1, "10": 1, "16": 1 }, "1": { "0": 4, "1": 3, "2": 1, "6": 1, "10": 1, "16": 1 } }], ["over", { "1": { "0": 3, "4": 3 } }], ["overhead", { "1": { "0": 1 } }], ["otherparts", { "1": { "8": 3 } }], ["other", { "1": { "0": 2, "5": 2, "6": 1 } }], ["onresourceupdate", { "1": { "6": 1, "7": 1, "11": 1 } }], ["onfinish", { "1": { "6": 1, "7": 1, "8": 1 } }], ["only", { "1": { "5": 1, "6": 1, "9": 1, "11": 2, "13": 1, "18": 1 } }], ["onclick=", { "1": { "8": 3 } }], ["once", { "1": { "3": 1 } }], ["onchange=", { "1": { "1": 1 } }], ["onsubmit=", { "1": { "1": 1 } }], ["ones", { "1": { "9": 1 } }], ["onerror", { "1": { "6": 1, "7": 1, "8": 1 } }], ["one", { "1": { "1": 1, "3": 1, "6": 1, "12": 1 } }], ["ontrigger", { "1": { "1": 1, "6": 3, "7": 2, "8": 1 } }], ["on", { "1": { "0": 4, "1": 1, "2": 1, "3": 4, "4": 2, "13": 1, "17": 1 } }], ["abc123", { "1": { "16": 1 } }], ["abbreviated", { "1": { "12": 1 } }], ["aborted", { "1": { "8": 1 } }], ["abort", { "1": { "4": 1 } }], ["abortcontroller", { "1": { "4": 1 } }], ["about", { "1": { "0": 1, "1": 1, "5": 1, "13": 1, "15": 1 } }], ["avoid", { "1": { "12": 2, "13": 1 } }], ["available`", { "1": { "17": 2 } }], ["available", { "1": { "4": 2, "5": 4, "13": 3, "15": 1 } }], ["at", { "1": { "10": 1, "11": 1, "12": 1, "13": 1 } }], ["attached", { "1": { "3": 1 } }], ["attaching", { "1": { "3": 1, "4": 1 } }], ["attach", { "1": { "1": 2, "2": 3, "3": 4, "4": 2, "13": 1 } }], ["amber", { "1": { "7": 3, "8": 3, "9": 1 } }], ["agnostic", { "1": { "6": 3 } }], ["agentic", { "1": { "10": 1, "13": 3, "15": 4 } }], ["agentid", { "1": { "2": 2, "3": 5, "17": 3, "18": 7 } }], ["agents`", { "1": { "16": 2 } }], ["agentsession", { "1": { "2": 3 } }], ["agentsessionsapi", { "1": { "2": 3 } }], ["agentsessions", { "1": { "1": 2, "2": 4, "3": 9, "4": 2, "11": 1, "13": 1 } }], ["agentsapi", { "1": { "2": 1 } }], ["agentslug", { "1": { "1": 3 } }], ["agents", { "0": { "18": 1 }, "1": { "0": 8, "1": 1, "2": 2, "4": 1, "10": 3, "13": 1, "16": 5, "17": 3, "18": 16 } }], ["agent", { "0": { "15": 1 }, "1": { "0": 14, "1": 7, "2": 2, "3": 3, "6": 3, "7": 2, "8": 1, "9": 2, "10": 18, "11": 5, "12": 1, "13": 2, "15": 11, "16": 9, "17": 13, "18": 24 } }], ["after", { "1": { "3": 1 } }], ["a1", { "1": { "3": 1 } }], ["alongside", { "1": { "9": 1 } }], ["always", { "1": { "5": 1, "13": 1 } }], ["align", { "1": { "5": 1 } }], ["alive", { "1": { "1": 1, "5": 1 } }], ["already", { "1": { "3": 1 } }], ["allow", { "1": { "10": 1, "13": 1, "15": 1 } }], ["all", { "1": { "2": 1, "3": 1, "5": 1, "9": 1, "16": 3, "18": 2 } }], ["advanced", { "1": { "1": 1 } }], ["adds", { "1": { "7": 1 } }], ["adding", { "1": { "6": 1 } }], ["add", { "1": { "1": 2, "6": 1, "7": 1, "10": 2, "12": 2, "13": 1, "14": 17, "15": 2, "17": 2 } }], ["authorization", { "1": { "4": 1, "16": 2, "17": 3, "18": 5 } }], ["authtoken", { "1": { "4": 2 } }], ["auth", { "1": { "4": 2 } }], ["authentication", { "1": { "0": 1, "4": 2, "16": 3 } }], ["automatically", { "1": { "7": 1, "16": 1, "17": 1 } }], ["auto", { "1": { "1": 1 } }], ["await", { "1": { "1": 7, "2": 3, "3": 5, "4": 10, "6": 4, "7": 2, "11": 1, "12": 3, "13": 2, "18": 1 } }], ["asks", { "1": { "13": 1 } }], ["asked", { "1": { "5": 1 } }], ["assistant", { "1": { "7": 2, "14": 1, "17": 1, "18": 1 } }], ["async", { "1": { "1": 7, "2": 3, "4": 13, "6": 3, "7": 1, "13": 2 } }], ["as", { "1": { "0": 3, "1": 2, "2": 1, "4": 13, "5": 1, "8": 1, "9": 2, "11": 3, "13": 3 } }], ["arguments", { "1": { "4": 4, "5": 1, "17": 2 } }], ["args", { "1": { "1": 3, "2": 2, "4": 23, "7": 1, "13": 6 } }], ["array", { "1": { "3": 1, "4": 1, "8": 1, "9": 1, "17": 1, "18": 1 } }], ["architecture", { "1": { "0": 1 } }], ["are", { "1": { "0": 2, "4": 2, "5": 3, "9": 3, "10": 3, "11": 9, "13": 3, "15": 1, "16": 2, "18": 5 } }], ["appear", { "1": { "5": 1, "9": 2 } }], ["applicable", { "1": { "5": 1 } }], ["applications", { "1": { "6": 3 } }], ["application", { "1": { "1": 4, "2": 1, "11": 1, "16": 1, "17": 2, "18": 2 } }], ["appropriate", { "1": { "8": 1 } }], ["appropriately", { "1": { "4": 1 } }], ["approach", { "1": { "0": 1 } }], ["app", { "1": { "0": 6, "1": 3, "3": 1 } }], ["apierror", { "1": { "3": 2 } }], ["apis", { "1": { "2": 1 } }], ["apikey", { "1": { "1": 1, "2": 2, "3": 1 } }], ["api", { "1": { "0": 9, "1": 11, "2": 4, "3": 3, "4": 2, "6": 2, "12": 1, "16": 19, "17": 12, "18": 17 }, "2": { "16": 1, "17": 1, "18": 1 } }], ["activities", { "1": { "9": 1 } }], ["actions", { "1": { "0": 1, "3": 3, "6": 2 } }], ["action", { "1": { "0": 2, "1": 1, "2": 1, "5": 1, "12": 7 } }], ["acme", { "1": { "1": 1, "2": 1, "3": 1, "11": 1, "17": 3 } }], ["accessing", { "1": { "4": 1 } }], ["access", { "1": { "2": 1, "4": 2, "7": 1, "8": 1, "16": 1 } }], ["accepts", { "1": { "0": 1, "13": 1 } }], ["account", { "1": { "1": 2, "2": 1, "4": 5, "5": 3, "10": 3, "13": 16, "15": 5, "17": 1 } }], ["across", { "1": { "0": 2, "11": 4 } }], ["a", { "1": { "0": 7, "1": 8, "2": 6, "3": 8, "4": 5, "5": 1, "6": 2, "7": 2, "8": 1, "9": 3, "10": 4, "11": 5, "12": 6, "13": 4, "14": 9, "15": 3, "16": 3, "17": 5, "18": 6 } }], ["ai", { "1": { "0": 3, "1": 1, "2": 1, "4": 2, "5": 2, "10": 1, "16": 3, "17": 3, "18": 5 } }], ["another", { "1": { "14": 2 } }], ["analysis", { "1": { "12": 2, "15": 1 } }], ["analyze", { "1": { "5": 1, "12": 2 } }], ["anthropic", { "1": { "10": 1, "13": 1, "14": 2, "15": 8, "18": 2 } }], ["animate", { "1": { "1": 1, "7": 1, "8": 2, "9": 1 } }], ["any", { "1": { "1": 1, "4": 2, "6": 1, "8": 2 } }], ["and", { "1": { "0": 10, "1": 5, "2": 4, "3": 4, "4": 4, "5": 2, "6": 5, "7": 3, "8": 2, "9": 2, "10": 3, "11": 2, "12": 2, "13": 4, "14": 1, "15": 4, "16": 2, "17": 5, "18": 1 } }], ["an", { "1": { "0": 5, "1": 4, "2": 1, "3": 1, "5": 1, "10": 2, "12": 2, "18": 2 } }], ["immutable", { "1": { "11": 1 } }], ["immediately", { "1": { "7": 1 } }], ["implicit", { "1": { "12": 1 } }], ["implemented", { "1": { "13": 2 } }], ["implementation", { "1": { "4": 2, "10": 1 } }], ["implementing", { "1": { "2": 1, "13": 1 } }], ["import", { "1": { "1": 8, "2": 1, "3": 2, "4": 1, "6": 2, "7": 2, "8": 3, "9": 2 } }], ["i", { "1": { "1": 2, "3": 1, "4": 1, "5": 1, "6": 2, "7": 2, "8": 4, "9": 2, "17": 5 } }], ["if", { "1": { "1": 4, "3": 2, "4": 3, "6": 1, "7": 4, "8": 1, "9": 1, "10": 1, "11": 4, "12": 1, "13": 2, "15": 2, "18": 1 } }], ["id`", { "1": { "15": 1, "16": 3 } }], ["identity", { "1": { "13": 1 } }], ["identifier", { "1": { "10": 1, "15": 1, "18": 1 } }], ["identified", { "1": { "7": 1, "8": 1 } }], ["identify", { "1": { "9": 1 } }], ["idle", { "1": { "6": 2, "8": 3 } }], ["id", { "1": { "1": 5, "2": 2, "3": 4, "4": 6, "5": 11, "6": 1, "7": 2, "8": 1, "10": 1, "11": 3, "13": 4, "15": 2, "16": 7, "17": 16, "18": 6 } }], ["initiated", { "1": { "17": 1 } }], ["initialmessages", { "1": { "6": 1, "7": 1 } }], ["initial", { "1": { "3": 1, "11": 2 } }], ["initializes", { "1": { "3": 1 } }], ["initialize", { "1": { "1": 1 } }], ["insufficient", { "1": { "16": 1 } }], ["instead", { "1": { "16": 1 } }], ["instructions", { "1": { "15": 1 } }], ["instock", { "1": { "13": 1 } }], ["instanceof", { "1": { "3": 1 } }], ["instance", { "1": { "1": 1 } }], ["install", { "1": { "1": 3, "2": 1, "6": 3 } }], ["installation", { "1": { "1": 1, "2": 1, "6": 1 } }], ["invalid", { "1": { "16": 2 } }], ["invoking", { "1": { "12": 1 } }], ["invoked", { "1": { "0": 1, "10": 2, "12": 1 } }], ["invoke", { "1": { "0": 1 } }], ["invocation", { "1": { "0": 1, "12": 1, "13": 1 } }], ["independent", { "1": { "14": 4 } }], ["indicators", { "1": { "9": 1 } }], ["indicator", { "1": { "1": 1, "8": 1 } }], ["information", { "1": { "11": 1, "13": 2, "15": 1 } }], ["infrastructure", { "1": { "0": 2, "4": 1 } }], ["inconsistent", { "1": { "15": 1 } }], ["incremental", { "1": { "5": 2, "17": 1 } }], ["included", { "1": { "16": 1 } }], ["includes", { "1": { "2": 1, "3": 1, "6": 1, "17": 1 } }], ["including", { "1": { "3": 1, "13": 1, "17": 1, "18": 1 } }], ["inline", { "1": { "1": 1, "7": 2, "8": 1 } }], ["inputtextdelta", { "1": { "5": 1 } }], ["inputs", { "1": { "3": 1, "10": 3, "11": 3, "12": 2, "14": 1 } }], ["inputvalue", { "1": { "1": 4 } }], ["input", { "0": { "11": 1 }, "1": { "0": 1, "1": 8, "2": 3, "3": 1, "4": 4, "5": 10, "6": 7, "7": 1, "10": 5, "11": 13, "12": 17, "13": 4, "14": 12, "15": 5, "16": 1, "17": 13, "18": 3 } }], ["in", { "1": { "0": 6, "1": 5, "2": 1, "4": 8, "5": 1, "6": 1, "8": 1, "9": 4, "10": 2, "11": 5, "13": 10, "14": 8, "15": 2, "16": 3, "18": 1 } }], ["into", { "1": { "0": 1, "1": 1, "2": 2 } }], ["intended", { "1": { "3": 1 } }], ["integrating", { "1": { "1": 1, "2": 1 } }], ["integrations", { "1": { "6": 1 } }], ["integration", { "1": { "0": 3, "1": 1, "6": 1 } }], ["interpolate", { "1": { "14": 1, "15": 1 } }], ["interpolated", { "1": { "11": 1 } }], ["interactive", { "1": { "10": 1, "18": 5 } }], ["interacting", { "1": { "2": 1 } }], ["interactions", { "1": { "0": 1, "3": 1, "12": 1 } }], ["internal", { "1": { "0": 1, "3": 4, "6": 1, "7": 1, "9": 1, "11": 2, "14": 2, "15": 1, "16": 1, "17": 1 } }], ["interfaces", { "1": { "0": 1 } }], ["interface", { "1": { "0": 1, "1": 2, "2": 2, "3": 2, "6": 3, "7": 5, "9": 1 } }], ["introduction", { "0": { "0": 1 }, "1": { "0": 1 } }], ["items", { "1": { "8": 1, "9": 3, "13": 1 } }], ["iterate", { "1": { "0": 1 } }], ["its", { "1": { "1": 1, "8": 2, "14": 1 } }], ["it", { "1": { "0": 1, "2": 1, "3": 1, "5": 1, "6": 1, "10": 1, "11": 2, "13": 1, "14": 1, "15": 1, "17": 1 } }], ["issue", { "1": { "12": 1 } }], ["isstreaming", { "1": { "1": 4 } }], ["isotherthread", { "1": { "7": 4, "8": 3 } }], ["isuser", { "1": { "1": 3, "7": 2 } }], ["is", { "1": { "0": 5, "4": 2, "5": 1, "7": 2, "8": 5, "9": 2, "10": 2, "11": 3, "12": 5, "13": 2, "14": 1, "16": 1, "18": 1 } }]], serializationVersion: 2 };
6
6
 
7
7
  // src/search.ts
8
8
  var searchIndex = MiniSearch.loadJSON(JSON.stringify(search_index_default), {