We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84b355 commit f15f2e9Copy full SHA for f15f2e9
src/server/util/azure/courseAssistants.ts
@@ -1,8 +1,8 @@
1
export interface CourseAssistant {
2
- course_id: string
+ course_id: string | null
3
name: string
4
assistant_instruction: string
5
- vector_store_id: string
+ vector_store_id: string | null
6
}
7
8
export const courseAssistants = [
0 commit comments