Skip to content

Commit bb814e0

Browse files
committed
chore: regenerate api schema
1 parent aa3da05 commit bb814e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapp/src/service/apiSchema.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4342,6 +4342,7 @@ export interface components {
43424342
};
43434343
LlmProviderSimpleModel: {
43444344
name: string;
4345+
/** @description Name of the concrete provider the server default ("default" provider) currently resolves to. It is only set on the synthetic "default" entry and is always null for concrete providers. Clients can rely on non-null resolvesToName to identify the server-default entry. */
43454346
resolvesToName?: string;
43464347
source?: string;
43474348
/** Format: double */

0 commit comments

Comments
 (0)