mistral-core-workflow-b
Installation
SKILL.md
Mistral Retrieval and Tool Execution
Overview
Keep retrieval and tool use under application control. The model may propose queries or typed arguments; trusted code owns authorization, execution, side effects, and returned evidence.
Prerequisites
- A tenant-scoped corpus with chunking, deletion, and re-embedding policy.
- A current embedding model selected from account evidence.
- A closed tool registry with schemas, authorization, deadlines, and idempotency.
Current Contract
Embeddings use POST /v1/embeddings; tool calls use the current chat schema. Vector shape, model access, tool schemas, and parallel behavior must come from the selected current contracts.
Authentication
Use Bearer auth only for Mistral. Every retrieved record and proposed action must separately pass application user and tenant authorization.