Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Oct 30, 2024
1 parent 7a1ecb9 commit ebd224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/thread-title/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { Client } from "@langchain/langgraph-sdk";
import { ChatOpenAI } from "@langchain/openai";
import { z } from "zod";
import { getArtifactContent } from "../../hooks/use-graph/utils";
import { getArtifactContent } from "../../contexts/utils";
import { isArtifactMarkdownContent } from "../../lib/artifact_content_types";
import { TITLE_SYSTEM_PROMPT, TITLE_USER_PROMPT } from "./prompts";
import { TitleGenerationAnnotation, TitleGenerationReturnType } from "./state";
Expand Down

0 comments on commit ebd224c

Please sign in to comment.