Skip to content

Commit

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

private convertToChatMessage(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
message: any,
): ChatMessage<AdditionalMessageOptions> {
return {
Expand All @@ -74,7 +74,7 @@ export class AzureCosmosVCoreChatStore<

private convertTovCoreMessage(
message: ChatMessage<AdditionalMessageOptions>,
): // eslint-disable-next-line @typescript-eslint/no-explicit-any
):
any {
return {
content: message.content,
Expand Down

0 comments on commit b07ac34

Please sign in to comment.