MCPcopy Create free account
hub / github.com/TanStack/ai / HelloWorldBinding

Interface HelloWorldBinding

examples/sandbox-cloudflare/worker-configuration.d.ts:13697–13709  ·  view source on GitHub ↗

* Hello World binding to serve as an explanatory example. DO NOT USE

Source from the content-addressed store, hash-verified

13695 * Hello World binding to serve as an explanatory example. DO NOT USE
13696 */
13697interface HelloWorldBinding {
13698 /**
13699 * Retrieve the current stored value
13700 */
13701 get(): Promise<{
13702 value: string
13703 ms?: number
13704 }>
13705 /**
13706 * Set a new stored value
13707 */
13708 set(value: string): Promise<void>
13709}
13710interface Hyperdrive {
13711 /**
13712 * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.

Callers 8

computeMetricsFunction · 0.65
applyStabilityFunction · 0.65
setMethod · 0.65
processStreamChunksFunction · 0.65
processStreamChunksFunction · 0.65
injectGenerationFunction · 0.65
injectChatFunction · 0.65
injectGenerateVideoFunction · 0.65

Implementers 1

InMemoryAgentStorepackages/ai-code-mode/src/agent-store.

Calls

no outgoing calls

Tested by

no test coverage detected