mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 03:07:39 +08:00
Merge main HEAD (segment 5) into sandboxed-agent-rebase
Resolve 83 conflicts: 10 backend, 62 frontend, 11 config/lock files. Preserve sandbox/agent/collaboration features while adopting main's UI refactorings (Dialog/AlertDialog/Popover), model provider updates, and enterprise features. Made-with: Cursor
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { VarType } from '../../types'
|
||||
import { extractFunctionParams, extractReturnType } from './code-parser'
|
||||
import { CodeLanguage } from './types'
|
||||
import { VarType } from '../../../types'
|
||||
import { extractFunctionParams, extractReturnType } from '../code-parser'
|
||||
import { CodeLanguage } from '../types'
|
||||
|
||||
const SAMPLE_CODES = {
|
||||
python3: {
|
||||
Reference in New Issue
Block a user