dify/api/core
ybalbert001 c23aa50bea
Add AWS builtin Tools (#6721)
Co-authored-by: Yuanbo Li <ybalbert@amazon.com>
Co-authored-by: crazywoola <427733928@qq.com>
2024-07-31 14:41:42 +08:00
..
agent fix: extract tool calls correctly while arguments is empty (#6503) 2024-07-22 07:43:18 +08:00
app switch to diffy_config with Pydantic in files, moderation and app (#6747) 2024-07-29 02:57:45 +08:00
callback_handler Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
embedding
entities
errors
extension
external_data_tool
file switch to diffy_config with Pydantic in files, moderation and app (#6747) 2024-07-29 02:57:45 +08:00
helper chore: improve position map conversion and tolerate empty position yaml file (#6541) 2024-07-29 10:32:11 +08:00
llm_generator chore: make prompt generator max tokens configurable (#6693) 2024-07-26 10:20:23 +08:00
memory fix: next suggest question logic problem (#6451) 2024-07-19 20:26:11 +08:00
model_runtime feat: bedrock invoke enhancement (#6808) 2024-07-30 21:57:18 +08:00
moderation fix(api/core/moderation/output_moderation.py): Fix config call. (#6769) 2024-07-29 18:30:29 +08:00
ops feat: implement function dispatch table for trace processing (#6628) 2024-07-29 18:47:25 +08:00
prompt
rag refactor(api): Switch to dify_config (#6750) 2024-07-30 11:15:26 +08:00
tools Add AWS builtin Tools (#6721) 2024-07-31 14:41:42 +08:00
workflow refactor(api/core/workflow/nodes/base_node.py): Update extract_variable_selector_to_variable_mapping method signature. (#6733) 2024-07-27 14:43:25 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py refactor(api): Switch to dify_config (#6750) 2024-07-30 11:15:26 +08:00
model_manager.py fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536) 2024-07-22 22:58:22 +08:00
provider_manager.py