Chore: format + lint fixes

This commit is contained in:
Peter Steinberger
2025-12-03 09:09:34 +00:00
parent 85917d4769
commit 53c1674382
4 changed files with 216 additions and 200 deletions

View File

@@ -76,7 +76,11 @@ function parsePiJson(raw: string): AgentParseResult {
}
: undefined;
return { texts, toolResults: toolResults.length ? toolResults : undefined, meta };
return {
texts,
toolResults: toolResults.length ? toolResults : undefined,
meta,
};
}
export const piSpec: AgentSpec = {