mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
resolving PR comments
This commit is contained in:
parent
6aa37af2a6
commit
edb5cb58c5
10 changed files with 159 additions and 112 deletions
|
|
@ -331,7 +331,7 @@ properties:
|
|||
model:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
state_storage_v1_responses:
|
||||
state_storage:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
|
|
|
|||
|
|
@ -161,6 +161,10 @@ def get_llm_provider_access_keys(arch_config_file):
|
|||
matches = re.findall(pattern, connection_string)
|
||||
for var in matches:
|
||||
access_key_list.append(f"${var}")
|
||||
else:
|
||||
raise ValueError(
|
||||
"Invalid connection string received in state_storage_v1_responses"
|
||||
)
|
||||
|
||||
return access_key_list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue