Skip to content

Commit

Permalink
Refactor handleAttachments function to use anthropic supported method
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofrxncx committed Oct 26, 2024
1 parent c0786d7 commit c086c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion decopilot-app/utils/handleAttachments.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { Attachment, FileURL } from "../types.ts";

export async function handleAnthropicAttachments(
// currently handles using anthropic supported method

export async function handleAttachments(
attachments: Attachment[],
): Promise<string> {
const treated_Attachments: string[] = [];
Expand Down

0 comments on commit c086c87

Please sign in to comment.