Skip to content

Commit 4571d62

Browse files
authored
Merge pull request #1265 from tisnik/lcore-1404-up-to-date-configuration-documentation
LCORE-1404: up to date configuration documentation
2 parents 655fd94 + 9fc16a3 commit 4571d62

3 files changed

Lines changed: 242 additions & 236 deletions

File tree

docs/config.png

-67 Bytes
Loading

docs/config.puml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class "Customization" as src.models.config.Customization {
9797
agent_card_path : Optional[FilePath]
9898
custom_profile : Optional[CustomProfile]
9999
disable_query_system_prompt : bool
100+
disable_shield_ids_override : bool
100101
profile_path : Optional[str]
101102
system_prompt : Optional[str]
102103
system_prompt_path : Optional[FilePath]
@@ -150,12 +151,14 @@ class "LlamaStackConfiguration" as src.models.config.LlamaStackConfiguration {
150151
}
151152
class "ModelContextProtocolServer" as src.models.config.ModelContextProtocolServer {
152153
authorization_headers : dict[str, str]
154+
headers : list[str]
153155
name : str
154156
provider_id : str
155157
resolved_authorization_headers
156158
timeout : Optional[PositiveInt]
157159
url : str
158160
resolve_auth_headers() -> Self
161+
validate_headers(value: list[str]) -> list[str]
159162
}
160163
class "PostgreSQLDatabaseConfiguration" as src.models.config.PostgreSQLDatabaseConfiguration {
161164
ca_cert_path : Optional[FilePath]

0 commit comments

Comments
 (0)