mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
f3308f362a
commit
f1a613b4fe
1 changed files with 0 additions and 4 deletions
|
|
@ -74,10 +74,6 @@ export function SkillTestPanel({
|
|||
},
|
||||
});
|
||||
|
||||
const runTest = useMutation({
|
||||
mutationFn: async (): Promise<TestResult> => {
|
||||
if (stateless) {
|
||||
// Modo preview sem persistência: chama AI direto via edge function
|
||||
const runTest = useMutation({
|
||||
mutationFn: async (): Promise<TestResult> => {
|
||||
const start = Date.now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue