Skip to content

Commit

Permalink
chore: fix format AzureAISearchVectorStore
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Dec 6, 2024
1 parent b07ac34 commit 5385b9f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class AzureCosmosVCoreChatStore<
}

private convertToChatMessage(

message: any,
): ChatMessage<AdditionalMessageOptions> {
return {
Expand All @@ -74,8 +73,7 @@ export class AzureCosmosVCoreChatStore<

private convertTovCoreMessage(
message: ChatMessage<AdditionalMessageOptions>,
):
any {
): any {
return {
content: message.content,
role: message.role,
Expand Down

0 comments on commit 5385b9f

Please sign in to comment.