Chore: format + lint fixes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user