Fix Mentra nested Responses endpoints
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-22 17:59:46 +02:00
parent 692894cac9
commit 19ebee129b
29 changed files with 14177 additions and 7 deletions

11
vendor/mentra-provider/README.md vendored Normal file
View File

@@ -0,0 +1,11 @@
# mentra-provider
`mentra-provider` is Mentra's publishable provider-core crate.
It contains provider-neutral request, response, model, streaming, and tool
schema types that can be reused without depending on the full Mentra runtime.
For most application code, depend on
[`mentra`](https://crates.io/crates/mentra) instead. The `mentra` crate
re-exports these provider-core types and adds the runtime, tooling,
persistence, and collaboration layers.