Skip to content

Commit fb457d3

Browse files
commit111nullfunc
andauthored
Update samples/agentic-langgraph/app/agent.mts
Co-authored-by: Eric Liu <[email protected]>
1 parent de7f365 commit fb457d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

samples/agentic-langgraph/app/agent.mts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,3 @@ export const getAgentOutputAsString = async (input: string, previousMessages: (H
7272
return getAgentOutput(input, previousMessages).then(result => result.content);
7373
};
7474

75-
// // Example usage:
76-
// (async () => {
77-
// // First query
78-
// const firstResult = await getAgentOutput("what is the weather in sf");
79-
// console.log(firstResult.content);
80-
81-
// // Follow-up query with context
82-
// const secondResult = await getAgentOutput("what about ny", firstResult.messages);
83-
// console.log(secondResult.content);
84-
// })();

0 commit comments

Comments
 (0)