mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
feat: add more logs to agent_instance.py
This commit is contained in:
parent
ee5e9b935a
commit
0a76ece249
3 changed files with 12 additions and 12 deletions
|
@ -247,7 +247,6 @@ def sort_providers_by_deps(
|
|||
logcat.debug("core", f"Resolved {len(sorted_providers)} providers")
|
||||
for api_str, provider in sorted_providers:
|
||||
logcat.debug("core", f" {api_str} => {provider.provider_id}")
|
||||
logcat.debug("core", "")
|
||||
return sorted_providers
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue