dify/api/tests/unit_tests/core
Stream e0082dbf18
revert: add tools for output in agent mode
feat: hide output tools and improve JSON formatting for structured output
feat: hide output tools and improve JSON formatting for structured output
fix: handle prompt template correctly to extract selectors for step run
fix: emit StreamChunkEvent correctly for sandbox agent
chore: better debug message
fix: incorrect output tool runtime selection
fix: type issues
fix: align parameter list
fix: align parameter list
fix: hide internal builtin providers from tool list
vibe: implement file structured output
vibe: implement file structured output
fix: refix parameter for tool
fix: crash
fix: crash
refactor: remove union types
fix: type check
Merge branch 'feat/structured-output-with-sandbox' into feat/support-agent-sandbox
fix: provide json as text
fix: provide json as text
fix: get AgentResult correctly
fix: provides correct prompts, tools and terminal predicates
fix: provides correct prompts, tools and terminal predicates
fix: circular import
feat: support structured output in sandbox and tool mode
2026-02-04 21:43:53 +08:00
..
agent revert: add tools for output in agent mode 2026-02-04 21:43:53 +08:00
app revert: revert human input relevant code (#31766) 2026-01-30 19:18:49 +08:00
app_assets feat: enhance download URL generation with optional filename parameter 2026-02-03 14:40:14 +08:00
datasource fix: handle missing credential_id (#30051) 2025-12-24 11:21:51 +08:00
file feat: add context file support 2026-01-16 17:01:44 +08:00
helper feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
llm_generator/output_parser revert: add tools for output in agent mode 2026-02-04 21:43:53 +08:00
logging feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
mcp feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
model_runtime fix: Drain non-stream plugin chunk iterator (#31564) 2026-01-30 16:54:56 +08:00
moderation Feat/ implement test script of content moderation (#28923) 2025-11-30 12:43:58 +08:00
ops fix(ops): correct LangSmith dotted_order timestamp format (#30022) 2025-12-23 19:00:17 +08:00
plugin revert: revert human input relevant code (#31766) 2026-01-30 19:18:49 +08:00
prompt Feat/chat message image first for agent and advanced_chat APP (#23796) 2025-08-22 16:42:15 +08:00
rag fix: SSRF in WordExtractor URL download (credit to @EaEa0001 ) (#31678) 2026-01-29 14:01:21 +08:00
repositories revert: revert human input relevant code (#31766) 2026-01-30 19:18:49 +08:00
sandbox/services refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +08:00
schemas feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
skill feat(skill): tool switcher implementation 2026-01-28 21:16:10 +08:00
tools revert: revert human input relevant code (#31766) 2026-01-30 19:18:49 +08:00
variables refactor(variables): clarify base vs union type naming (#30634) 2026-01-13 23:39:34 +09:00
virtual_environment refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
workflow feat(sandbox): refactor sandbox file handling to include app_id 2026-01-30 22:45:28 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py feat(llm_node): support order in text and files (#11837) 2024-12-20 14:12:50 +08:00
test_model_manager.py fix RetrievalMethod StrEnum (#26768) 2025-10-13 10:29:37 +08:00
test_provider_configuration.py chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +09:00
test_provider_manager.py more typed orm (#28519) 2025-11-24 10:50:20 +08:00
test_trigger_debug_event_selectors.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00