Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(js): Add support for formatting LangChain prompts as OpenAI and Anthropic payloads #1038

Closed
wants to merge 4 commits into from

Conversation

jacoblee93
Copy link
Collaborator

No description provided.

import { convertPromptToAnthropic } from "../anthropic.js";

test("basic traceable implementation", async () => {
const prompt = await pull("jacob/joke-generator");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe silly question, but what's the need to do this in the SDK if we are pulling from langchain/hub anyway?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optics and consistency with Python?

@jacoblee93
Copy link
Collaborator Author

Moving to integration packages as discussed

@jacoblee93 jacoblee93 closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants