Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from filopedraz/fix/schema
Browse files Browse the repository at this point in the history
Invoke method field as optional
  • Loading branch information
filopedraz authored Sep 28, 2023
2 parents 0fbd79b + e900b48 commit 16ecc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ServiceResponse(BaseModel):
envVariables: list[str] = None
execCommands: list[str] = None
promptTemplate: str = None
invokeMethod: dict
invokeMethod: dict = None


class RegistryInput(BaseModel):
Expand Down

0 comments on commit 16ecc8b

Please sign in to comment.