소스 검색

docs: clarify context 1M inherit behavior

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <[email protected]>
Ding 3 주 전
부모
커밋
af4a08d3ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/special-attributes/index.ts

+ 1 - 1
src/lib/special-attributes/index.ts

@@ -26,7 +26,7 @@ export const CONTEXT_1M_BETA_HEADER = "context-1m-2025-08-07";
 
 /**
  * Context 1M preference types for provider configuration
- * - 'inherit': Passthrough client headers without modification (default)
+ * - 'inherit': Follow client request and passthrough headers for supported models (default)
  * - 'force_enable': Force enable 1M context for supported models
  * - 'disabled': Disable 1M context even if client requests it
  */