Skip to content

Commit

Permalink
fix: langserve code example (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 26, 2024
1 parent ecbb912 commit 94fa815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/runtimes/langserve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function POST(req: Request) {

// TODO replace with your own langserve URL
const remoteChain = new RemoteRunnable<
{ messages: Message },
{ messages: Message[] },
string,
RunnableConfig
>({
Expand Down

0 comments on commit 94fa815

Please sign in to comment.