Skip to content

Commit 0d126e1

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/ai/generative-ai-service/generic_document_evaluation/frontend/next-15.4.3
2 parents 4a2a598 + 66c102a commit 0d126e1

File tree

58 files changed

+1718
-672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1718
-672
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ terraform.rc
3939
.DS_Store
4040

4141
#VSC files
42-
.vscode
42+
.vscode
43+
44+
# Exclude cached Python binary files
45+
*.pyc
46+
__pycache__

ai/gen-ai-agents/Document Understanding MCP AI Agent/files/package-lock.json

Lines changed: 185 additions & 169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ai/gen-ai-agents/Document Understanding MCP AI Agent/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"framer-motion": "^12.9.4",
1919
"lucide-react": "^0.511.0",
2020
"markdown-to-jsx": "^7.7.6",
21-
"next": "15.3.1",
21+
"next": "15.4.2",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",
2424
"react-markdown": "^10.1.0"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)