Skip to content

Commit

Permalink
format n lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 21, 2024
1 parent e79f3a9 commit 72af660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions langgraph/src/graph/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ export {
StateGraph,
type CompiledStateGraph,
} from "./state.js";
export {
MessageGraph,
messagesStateReducer,
} from "./message.js";
export { MessageGraph, messagesStateReducer } from "./message.js";
2 changes: 1 addition & 1 deletion langgraph/src/graph/messages_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const MessagesState = Annotation.Root({
reducer: messagesStateReducer,
default: () => [],
}),
});
});

0 comments on commit 72af660

Please sign in to comment.