File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class "AuthenticationConfiguration" as src.models.config.AuthenticationConfigura
1212class "Configuration" as src.models.config.Configuration {
1313 authentication : Optional[AuthenticationConfiguration]
1414 customization : Optional[Customization]
15- inference : Optional[InferenceConfiguration]
15+ inference
1616 llama_stack
1717 mcp_servers : list[ModelContextProtocolServer]
1818 name : str
@@ -86,6 +86,7 @@ class "UserDataCollection" as src.models.config.UserDataCollection {
8686 check_storage_location_is_set_when_needed() -> Self
8787}
8888src . models . config . DataCollectorConfiguration --* src . models . config . UserDataCollection : data_collector
89+ src . models . config . InferenceConfiguration --* src . models . config . Configuration : inference
8990src . models . config . JwtConfiguration --* src . models . config . JwkConfiguration : jwt_configuration
9091src . models . config . LlamaStackConfiguration --* src . models . config . Configuration : llama_stack
9192src . models . config . ServiceConfiguration --* src . models . config . Configuration : service
You can’t perform that action at this time.
0 commit comments