dify/api/core
Xiao Ley 3a626cd251
fix: added error handling for novita ai tool query (#5506)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-06-23 17:59:03 +08:00
..
agent fix: resolve issue with cot_agent_runner not analyzing user-uploaded images correctly (#5360) 2024-06-18 18:15:41 +08:00
app fix: wrong token usage in iteration node for streaming result (#5336) 2024-06-18 13:08:40 +08:00
callback_handler improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
embedding
entities feat: add support for claude-3-5-sonnet-20240620 (#5452) 2024-06-21 00:23:15 +08:00
errors
extension fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
external_data_tool
file
helper fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
llm_generator
memory
model_runtime fix: zhipu tool calling, this PR fixes the bug described in issue #5496 (#5469) 2024-06-22 12:41:24 +08:00
moderation fix: number variable cause type error in openai moderation (#5222) 2024-06-14 20:43:03 +08:00
prompt improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 2024-06-14 01:05:37 +08:00
rag Add Oracle23ai as a vector datasource (#5342) 2024-06-22 01:48:07 +08:00
tools fix: added error handling for novita ai tool query (#5506) 2024-06-23 17:59:03 +08:00
workflow fix: optional parameter missing default value None in http request node (#5413) 2024-06-20 11:07:01 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
model_manager.py fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
provider_manager.py