You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/opencode/types.lua
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -208,8 +208,8 @@
208
208
---@fieldquick_chatOpencodeQuickChatConfig
209
209
210
210
---@classMessagePartState
211
-
---@fieldinputTaskToolInput|BashToolInput|FileToolInput|TodoToolInput|GlobToolInput|GrepToolInput|WebFetchToolInput|ListToolInput Input data for the tool
212
-
---@fieldmetadataTaskToolMetadata|ToolMetadataBase|WebFetchToolMetadata|BashToolMetadata|FileToolMetadata|GlobToolMetadata|GrepToolMetadata|ListToolMetadata Metadata about the tool execution
211
+
---@fieldinputTaskToolInput|BashToolInput|FileToolInput|TodoToolInput|GlobToolInput|GrepToolInput|WebFetchToolInput|ListToolInput|QuestionToolInput Input data for the tool
212
+
---@fieldmetadataTaskToolMetadata|ToolMetadataBase|WebFetchToolMetadata|BashToolMetadata|FileToolMetadata|GlobToolMetadata|GrepToolMetadata|ListToolMetadata|QuestionToolMetadata Metadata about the tool execution
213
213
---@fieldtime{ start: number, end: number } Timestamps for tool use
214
214
---@fieldstatusstring Status of the tool use (e.g., 'running', 'completed', 'failed')
215
215
---@fieldtitlestring Title of the tool use
@@ -307,6 +307,13 @@
307
307
---@fieldquestionsOpencodeQuestionInfo[] Questions to ask
0 commit comments