MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / getThreadIds

Function getThreadIds

packages/queue/src/tasks/llm/index.ts:143–147  ·  view source on GitHub ↗
(references: string[])

Source from the content-addressed store, hash-verified

141}
142
143function getThreadIds(references: string[]) {
144 return references.filter(
145 (url) => !url.startsWith('https://') && !url.startsWith('http://')
146 );
147}
148
149export async function parseBody(
150 response: LLMPredictionResponse,

Callers 1

parseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected