MCPcopy Index your code
hub / github.com/simstudioai/sim / collectRunIds

Function collectRunIds

apps/sim/tools/langsmith/create_runs_batch.ts:74–75  ·  view source on GitHub ↗
(runs?: LangsmithRunPayload[])

Source from the content-addressed store, hash-verified

72 .filter((value): value is string => Boolean(value))
73
74 const collectRunIds = (runs?: LangsmithRunPayload[]) =>
75 runs?.map((run) => normalizeLangsmithRunPayload(run).runId) ?? []
76
77 return {
78 success: true,

Callers 1

Calls 1

Tested by

no test coverage detected