MCPcopy Index your code
hub / github.com/TanStack/ai / readForwardedString

Function readForwardedString

examples/ts-react-chat/src/routes/api.capability-demo.ts:34–36  ·  view source on GitHub ↗
(value: unknown, fallback: string)

Source from the content-addressed store, hash-verified

32const [getPersona, providePersona] = personaCapability
33
34function readForwardedString(value: unknown, fallback: string): string {
35 return typeof value === 'string' && value.trim() ? value : fallback
36}
37
38export const Route = createFileRoute('/api/capability-demo')({
39 server: {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected