build(*): Ensure build works on netlify

This commit is contained in:
Josh Creek
2025-04-24 21:36:47 +01:00
parent 5a3649302e
commit 6aed400207
7 changed files with 291 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { client, agent, toolResources } from '../agent/services/agentService';
import { RunStreamEvent, ErrorEvent, type ThreadRunOutput } from '@azure/ai-projects';
import { PARTYKIT_BASE_URL } from '$env/static/private';
import type { OpenAIResponse } from './types';
import type { OpenAIResponse } from '../utils/types';
export function buildGradingPrompt(submission: string, task: string): string {
return `You are an expert secondary school teacher and AI assessment agent. Assess the following student submission in the context of the assignment/task provided.