Skip to content

Commit b291896

Browse files
committed
feat: update collection model_config schema
- added `refresh_token`, `indexing_prefix` and `query_prefix`
1 parent 9cfc4ce commit b291896

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,12 +1924,18 @@ components:
19241924
type: string
19251925
access_token:
19261926
type: string
1927+
refresh_token:
1928+
type: string
19271929
client_id:
19281930
type: string
19291931
client_secret:
19301932
type: string
19311933
project_id:
19321934
type: string
1935+
indexing_prefix:
1936+
type: string
1937+
query_prefix:
1938+
type: string
19331939
VoiceQueryModelCollectionConfig:
19341940
type: object
19351941
description: >

0 commit comments

Comments
 (0)