mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Support downloading of URLs for attachments for code interpreter
This commit is contained in:
parent
afb18880b5
commit
297d51b183
6 changed files with 38 additions and 9 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue