Skip to content

Commit

Permalink
feat: Added support for application properties for type schemas (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-zinchenko authored Dec 30, 2024
1 parent 5719515 commit a446e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aidial_sdk/chat_completion/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ class AzureChatCompletionRequest(ExtraForbidModel):

class ChatCompletionRequestCustomFields(ExtraForbidModel):
configuration: Optional[Dict[str, Any]] = None
application_properties: Optional[Dict[str, Any]] = None


class ChatCompletionRequest(AzureChatCompletionRequest):
Expand Down

0 comments on commit a446e6b

Please sign in to comment.