Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
eba2bae
feat(mistral): Add integration with Chat.complete and Chat.complete_a…
alexander-alderman-webb Sep 17, 2026
4b57f72
.
alexander-alderman-webb Sep 17, 2026
08b3eb0
.
alexander-alderman-webb Sep 17, 2026
e5c7c9a
.
alexander-alderman-webb Sep 17, 2026
e07fee8
feat(mistral): Record token usage
alexander-alderman-webb Sep 17, 2026
544f550
feat(mistral): Record request parameters
alexander-alderman-webb Sep 17, 2026
03d5fe0
feat(mistral): Record gen_ai.system_instructions
alexander-alderman-webb Sep 21, 2026
cb02dfa
merge master and address comments
alexander-alderman-webb Sep 21, 2026
6cc054a
merge
alexander-alderman-webb Sep 21, 2026
e9d366a
Merge branch 'webb/mistral/tokens' into webb/mistral/configuration-at…
alexander-alderman-webb Sep 21, 2026
4006ba1
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
ca088a2
sensitive data gating
alexander-alderman-webb Sep 21, 2026
4e2b954
.
alexander-alderman-webb Sep 21, 2026
4b631ad
.
alexander-alderman-webb Sep 21, 2026
0bca24b
Merge branch 'webb/mistral/chat-complete' into webb/mistral/tokens
alexander-alderman-webb Sep 21, 2026
38552dc
merge
alexander-alderman-webb Sep 21, 2026
ebe8ba7
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
9cc9bef
take out of auto-enabling
alexander-alderman-webb Sep 21, 2026
203b691
Merge branch 'webb/mistral/chat-complete' into webb/mistral/tokens
alexander-alderman-webb Sep 21, 2026
14a680f
Merge branch 'webb/mistral/tokens' into webb/mistral/configuration-at…
alexander-alderman-webb Sep 21, 2026
15e7eee
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
e21572c
handle None Model
alexander-alderman-webb Sep 21, 2026
ae22b23
generate GH workflows
alexander-alderman-webb Sep 21, 2026
eb04a75
Merge branch 'webb/mistral/chat-complete' into webb/mistral/tokens
alexander-alderman-webb Sep 21, 2026
6bb297f
Merge branch 'webb/mistral/tokens' into webb/mistral/configuration-at…
alexander-alderman-webb Sep 21, 2026
101712a
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
868ea47
raise min version to 2.0.5
alexander-alderman-webb Sep 21, 2026
e19d1f0
Merge branch 'webb/mistral/chat-complete' into webb/mistral/tokens
alexander-alderman-webb Sep 21, 2026
b20f5f0
Merge branch 'webb/mistral/tokens' into webb/mistral/configuration-at…
alexander-alderman-webb Sep 21, 2026
fc26917
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
4e885fb
test: use high reasoning level
alexander-alderman-webb Sep 21, 2026
f46f2bf
update assertions
alexander-alderman-webb Sep 21, 2026
3484c62
Merge branch 'webb/mistral/configuration-attributes' into webb/mistra…
alexander-alderman-webb Sep 21, 2026
19e8626
merge master
alexander-alderman-webb Sep 21, 2026
32f61e4
check type property
alexander-alderman-webb Sep 21, 2026
ec44c14
run on 3.11 and up
alexander-alderman-webb Sep 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
"deps": {
"*": ["pytest-asyncio", "httpx"],
},
"python": ">=3.11",
},
"fastmcp": {
"package": "fastmcp",
Expand Down
Loading
Loading