mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-15 08:55:05 -05:00
fix(copilot): fix image auth (#1841)
* Fix copilot image auth * Lint * Remove extra loggign * Update apps/sim/app/api/copilot/chat/route.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c3436e998f
commit
a31dc733cf
@@ -325,6 +325,7 @@ export async function POST(req: NextRequest) {
|
||||
...(processedFileContents.length > 0 && { fileAttachments: processedFileContents }),
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
logger.info(`[${tracker.requestId}] About to call Sim Agent`, {
|
||||
hasContext: agentContexts.length > 0,
|
||||
|
||||
Reference in New Issue
Block a user