Skip to content

Commit 6b8f0fe

Browse files
sudo-teeCopilot
andauthored
fix: reasoning part types
Co-authored-by: Copilot <[email protected]>
1 parent 19dc295 commit 6b8f0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
---@field callID string|nil Call identifier (used for tools)
404404
---@field hash string|nil Hash identifier for patch parts
405405
---@field files string[]|nil List of file paths for patch parts
406-
---@field time { start: number, end: number }|nil Timestamps for the part
406+
---@field time { start: number, end?: number }|nil Timestamps for the part
407407

408408
---@class OpencodeModelModalities
409409
---@field input ('text'|'image'|'audio'|'video')[] Supported input modalities

0 commit comments

Comments
 (0)