fix(provider): fix anthropic integration
This commit is contained in:
@@ -16,7 +16,10 @@ export abstract class MultiModalModel {
|
||||
role: 'assistant' | 'user';
|
||||
content: string;
|
||||
}[]
|
||||
}): Promise<{}>
|
||||
}): Promise<{
|
||||
role: 'assistant';
|
||||
message: string;
|
||||
}>
|
||||
|
||||
/**
|
||||
* Defines a streaming interface for chat interactions.
|
||||
|
Reference in New Issue
Block a user