-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[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
Comments
Please also implement
from user request at #9865 |
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 |
Hi everyone, all test cases are passed! Ready for release! Test report |
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.
The text was updated successfully, but these errors were encountered: