fix(pi): converge worker failures and thinking state
This commit is contained in:
@@ -9,6 +9,7 @@ export interface ProductModelRef {
|
||||
export interface ConversationModelState {
|
||||
model: ProductModelRef | null;
|
||||
modelResolution: 'resolved' | 'required';
|
||||
availableThinkingLevels?: ConversationThinkingLevel[];
|
||||
}
|
||||
|
||||
export interface PublicUsage {
|
||||
|
||||
Reference in New Issue
Block a user