Support downloading of URLs for attachments for code interpreter

This commit is contained in:
Ashwin Bharambe 2024-08-30 12:10:15 -07:00
parent afb18880b5
commit 297d51b183
6 changed files with 38 additions and 9 deletions

View file

@ -32,7 +32,6 @@ 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(