File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
151152class "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}
160163class "PostgreSQLDatabaseConfiguration" as src.models.config.PostgreSQLDatabaseConfiguration {
161164 ca_cert_path : Optional[FilePath]
You can’t perform that action at this time.
0 commit comments