MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / ActionFilteringOutput

Interface ActionFilteringOutput

lib/v2/prompts/actionFiltering.ts:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55export interface ActionFilteringOutput {
56 thoughts: string;
57 selectedFunctions: string[];
58}
59export function parseActionFilteringOutput(
60 output: string,
61 possibleOutputs: string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected