feat: certify codegen chat drafts through loop
This commit is contained in:
@@ -134,6 +134,11 @@ export interface ChatAnswer {
|
||||
trace_verify?: { ok: boolean; output: string };
|
||||
replay?: { ok: boolean; output: string };
|
||||
};
|
||||
codegen?: {
|
||||
artifact?: string;
|
||||
artifact_scan?: { ok: boolean; output: string };
|
||||
tool_output_scan?: { ok: boolean; output: string };
|
||||
};
|
||||
actor: SettingsActor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user