mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
How to invoke default models from tools #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ymshenyu on GitHub (Mar 2, 2025).
Currently, there is no method like
model_manager.get_default_model_instance, nor is there an option to select a model within the tool parameters. We want to invoke embedding models from our tools.