Add a log just for consistency

This commit is contained in:
Ashwin Bharambe 2024-08-29 16:19:43 -07:00
parent 6fa074168e
commit e53e115a5b

View file

@ -32,6 +32,7 @@ def encodable_dict(d: BaseModel):
class AgenticSystemClient(AgenticSystem): class AgenticSystemClient(AgenticSystem):
def __init__(self, base_url: str): def __init__(self, base_url: str):
print(f"Agentic System passthrough to -> {base_url}")
self.base_url = base_url self.base_url = base_url
async def create_agentic_system( async def create_agentic_system(