mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 08:59:48 +00:00
Fix agent executor
This commit is contained in:
parent
59ce047aea
commit
e0731ba353
4 changed files with 62 additions and 16 deletions
|
|
@ -10,8 +10,6 @@ from typing import Optional
|
|||
from llama_models.schema_utils import json_schema_type
|
||||
from pydantic import BaseModel
|
||||
|
||||
from llama_stack.apis.common.deployment_types import URL
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class PostTrainingMetric(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue