feat: chat rendering toolcalls, footer overview
This commit is contained in:
@@ -103,7 +103,7 @@ function flakyThenOkRunner(name: string): {
|
||||
const runner: AgentRunner = async (opts) => {
|
||||
calls++;
|
||||
if (calls === 1) {
|
||||
return { ok: true, text: "", toolCalls: [] };
|
||||
return { ok: true, text: "" };
|
||||
}
|
||||
return fakeAgentRunner(opts);
|
||||
};
|
||||
@@ -171,7 +171,7 @@ describe("/pygienium-<check> resume semantics", () => {
|
||||
const runner: AgentRunner = async (opts) => {
|
||||
calls++;
|
||||
if (calls === 1) {
|
||||
return { ok: true, text: "", toolCalls: [] };
|
||||
return { ok: true, text: "" };
|
||||
}
|
||||
return fakeAgentRunner(opts);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user