Skip to content

Commit 8897112

Browse files
authored
Merge pull request #75 from phiHero/feat-1
feat: update collection `model_config` schema
2 parents 9cfc4ce + b291896 commit 8897112

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)