You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core
yihong 9ee9e9c6de
fix: self.method should method in api_tool.py (#11926)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2 years ago
..
agent chore: bump minimum supported Python version to 3.11 (#10386) 2 years ago
app fix: ensure WorkflowRun attributes are refreshed in WorkflowCycleMana… (#11913) 2 years ago
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2 years ago
entities chore: bump minimum supported Python version to 3.11 (#10386) 2 years ago
errors
extension
external_data_tool
file feat(llm_node): support order in text and files (#11837) 2 years ago
helper fix: validate response type in transform_response method (#11931) 2 years ago
llm_generator fix: change OutputParserError to inherit from ValueError (#11935) 2 years ago
memory feat: support LLM process document file (#10966) 2 years ago
model_runtime fix(model_runtime): make invoke as ValueError (#11929) 2 years ago
moderation Fix/input-value-type-in-moderation (#10893) 2 years ago
ops fix: langfuse do not have created_at args and fix the typing in the file (#11648) 2 years ago
prompt feat: correct the prompt grammar. (#11328) 2 years ago
rag fix: validate reranking model attributes before processing (#11930) 2 years ago
tools fix: self.method should method in api_tool.py (#11926) 2 years ago
variables Feat: upgrade variable assigner (#11285) 2 years ago
workflow fix(code_node): update type hints for string and number checks in Cod… (#11936) 2 years ago
__init__.py
hosting_configuration.py refactor: use dify_config to replace legacy usage of flask app's config (#9089) 2 years ago
indexing_runner.py chore: bump minimum supported Python version to 3.11 (#10386) 2 years ago
model_manager.py feat: Allow using file variables directly in the LLM node and support more file types. (#10679) 2 years ago
provider_manager.py