Skip to content

[Components] mistral_ai #16107

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

Closed
pipedream-component-development opened this issue Apr 1, 2025 · 3 comments · Fixed by #16155
Closed

[Components] mistral_ai #16107

pipedream-component-development opened this issue Apr 1, 2025 · 3 comments · Fixed by #16155
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Apr 1, 2025

mistral_ai

URLs

Polling Sources

new-model-added

Prompt

Emit new event when a new AI model is registered or becomes available.

new-batch-job-completed

Prompt

Emit new event when a new batch completion job request is completed.

new-batch-job-failure

Prompt

Emit new event when an batch completion job fails. Useful for monitoring errors and retry automation.

Actions

generate-text

Prompt

Send a prompt to a selected Mistral AI agent and receive a generated text completion. Requires message, agent ID, and optional generation parameters (e.g., max_tokens).

list-models

Prompt

Retrieve a list of available Mistral AI models that the user is authorized to access. Useful for dynamic workflows that select models at runtime.

create-embeddings

Prompt

Create new embedding in Mistral AI. Required props are model and input.

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Apr 1, 2025
@sergio-eliot-rodriguez
Copy link
Collaborator

Please also implement

Create chat completion
Create embeddings
List available models

from user request at #9865

@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-mistral_ai-1cebf548bb5e8180a824edbacdfd2794

@michelle0927 michelle0927 moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog Apr 8, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Apr 9, 2025
@vunguyenhung vunguyenhung moved this from In QA to Ready for Release in Component (Source and Action) Backlog Apr 9, 2025
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-mistral_ai-1cebf548bb5e8180a824edbacdfd2794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

4 participants