mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Add a log just for consistency
This commit is contained in:
parent
6fa074168e
commit
e53e115a5b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ def encodable_dict(d: BaseModel):
|
|||
|
||||
class AgenticSystemClient(AgenticSystem):
|
||||
def __init__(self, base_url: str):
|
||||
print(f"Agentic System passthrough to -> {base_url}")
|
||||
self.base_url = base_url
|
||||
|
||||
async def create_agentic_system(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue