| 53 | } |
| 54 | |
| 55 | export interface ActionFilteringOutput { |
| 56 | thoughts: string; |
| 57 | selectedFunctions: string[]; |
| 58 | } |
| 59 | export function parseActionFilteringOutput( |
| 60 | output: string, |
| 61 | possibleOutputs: string[], |
nothing calls this directly
no outgoing calls
no test coverage detected