dify/api/models
2024-09-10 14:05:20 +08:00
..
__init__.py feat(api/workflow): Add Conversation.dialogue_count (#7275) 2024-08-15 10:53:05 +08:00
account.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
api_based_extension.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
base.py refactor: tool models 2024-08-30 15:55:10 +08:00
dataset.py Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
model.py Merge main 2024-09-10 14:05:20 +08:00
provider.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
source.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
task.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
tool.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
tools.py fix: linter 2024-08-30 21:11:39 +08:00
types.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
web.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
workflow.py refactor(api/models/workflow.py): Add __init__ to Workflow (#7443) 2024-08-20 17:52:21 +08:00