Lots of new AI tasks tweaks and fixes
This commit is contained in:
@@ -327,7 +327,8 @@ async function runTask(taskId, payload = {}) {
|
||||
...payload,
|
||||
// Inject dependencies tasks may need
|
||||
provider: groqProvider,
|
||||
pool: appPool,
|
||||
// Use pool from payload if provided (from route), fall back to stored appPool
|
||||
pool: payload.pool || appPool,
|
||||
logger
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user