Fix CacheService list_media and recipe inputs type
- Add list_media method to CacheService - Change recipe run inputs from List to dict Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ class RecipeUploadRequest(BaseModel):
|
||||
|
||||
|
||||
class RecipeRunRequest(BaseModel):
|
||||
inputs: List[str] = []
|
||||
inputs: dict = {}
|
||||
|
||||
|
||||
def get_recipe_service():
|
||||
|
||||
Reference in New Issue
Block a user