Is your feature request related to a problem? Please describe.
Current implementation of the get config API returns the configuration object as it is including API keys.
We should redact security-related information such as API key, password, system prompt, etc. in the
response.
Describe the solution you'd like
Identify the information to be redacted and make changes before sending the response.
Describe alternatives you've considered
We may be able to get rid of such information from the response instead of redacting.
Additional context
When we implement #123, we want to take this into consideration.