mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 04:02:21 +00:00
docs: Improve reasoning support table clarity
- Remove redundant 'Reasoning Tokens' column (all models count them) - Group by provider for better readability - Clarify model limitations vs API limitations - Simplify check marks to focus on thinking content availability
This commit is contained in:
parent
047d9af407
commit
f82e82da93
3 changed files with 55 additions and 64 deletions
|
|
@ -1,3 +1,13 @@
|
|||
- agent: ultrathink to temporarily set reasoning_effort?
|
||||
|
||||
- agent: need to figure out a models max context lenght
|
||||
|
||||
- agent: compaction & micro compactionexi
|
||||
|
||||
- agent: token usage output sucks, make it better
|
||||
- current: ↑1,706 ↓409 ⚒ 2
|
||||
- maybe: ↑ 1,706 - ↓ 409 - ⚒ 2 (or dot?)
|
||||
|
||||
- agent: test for basic functionality, including thinking, completions & responses API support for all the known providers and their endpoints.
|
||||
|
||||
- agent: token usage gets overwritten with each message that has usage data. however, if the latest data doesn't have a specific usage field, we record undefined i think? also, {"type":"token_usage" "inputTokens":240,"outputTokens":35,"totalTokens":275,"cacheReadTokens":0,"cacheWriteTokens":0} doesn't contain reasoningToken? do we lack initialization? See case "token_usage": in renderers. probably need to check if lastXXX > current and use lastXXX.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue