Skip to content

Commit

Permalink
typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviPeiro committed Aug 30, 2024
1 parent b11a0fb commit 9e90d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_engine_sdk/api_models/api_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ApiUserMessageMessage(ApiMessagePayload):


class ApiUserMessageExecuteFunctions(ApiMessagePayload):
type: Literal[ApiMessagePayloadTypes.USER_MESSAGE] = ApiMessagePayloadTypes.EXECUTE_FUNCTIONS
type: Literal[ApiMessagePayloadTypes.EXECUTE_FUNCTIONS] = ApiMessagePayloadTypes.EXECUTE_FUNCTIONS

functions: list[str]
objective: str
Expand Down

0 comments on commit 9e90d80

Please sign in to comment.