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 (examples): Use shared base e2e feature test suite. #4185

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

shaper
Copy link
Contributor

@shaper shaper commented Dec 21, 2024

No description provided.

@shaper shaper requested a review from lgrammel December 21, 2024 05:20
@shaper shaper marked this pull request as ready for review December 21, 2024 05:20
@shaper shaper force-pushed the shaper/pr/e2e-refactor branch from ea924d5 to 0b57fe1 Compare December 25, 2024 06:23
@shaper shaper merged commit ac101a2 into main Dec 25, 2024
9 checks passed
@shaper shaper deleted the shaper/pr/e2e-refactor branch December 25, 2024 06:40
createFeatureTestSuite({
name: 'TogetherAI',
models: {
invalidModel: provider.chatModel('no-such-model'),
Copy link
Collaborator

Choose a reason for hiding this comment

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

How would this work? Wouldn't this need to be deferred?

invalidModel: () => provider.chatModel('no-such-model')

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