fix(llm): 删除未实现的 LlmRequest.thinking 字段(CR-H5,YAGNI)
This commit is contained in:
@@ -38,7 +38,6 @@ class LlmRequest(BaseModel):
|
||||
system: list[Block] = Field(default_factory=list)
|
||||
stream: bool = False
|
||||
output_schema: type[BaseModel] | None = None
|
||||
thinking: bool = False
|
||||
max_tokens: int | None = None
|
||||
scope: Scope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user