Query the graph
Array of prompt strings
Optional
Query options (step, limit, key_elements, sources, mutual_connections)
Query results
import { queryGraph } from "@cpod/sdk";const results = await queryGraph(["Retrieve recent Bike thefts"], { limit: 10 }); Copy
import { queryGraph } from "@cpod/sdk";const results = await queryGraph(["Retrieve recent Bike thefts"], { limit: 10 });
Query the graph