Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/config.puml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class "Customization" as src.models.config.Customization {
agent_card_path : Optional[FilePath]
custom_profile : Optional[CustomProfile]
disable_query_system_prompt : bool
disable_shield_ids_override : bool
profile_path : Optional[str]
system_prompt : Optional[str]
system_prompt_path : Optional[FilePath]
Expand Down Expand Up @@ -150,12 +151,14 @@ class "LlamaStackConfiguration" as src.models.config.LlamaStackConfiguration {
}
class "ModelContextProtocolServer" as src.models.config.ModelContextProtocolServer {
authorization_headers : dict[str, str]
headers : list[str]
name : str
provider_id : str
resolved_authorization_headers
timeout : Optional[PositiveInt]
url : str
resolve_auth_headers() -> Self
validate_headers(value: list[str]) -> list[str]
}
class "PostgreSQLDatabaseConfiguration" as src.models.config.PostgreSQLDatabaseConfiguration {
ca_cert_path : Optional[FilePath]
Expand Down
Loading
Loading