tui: add handoff mode to prompt history types
This commit is contained in:
parent
601e631624
commit
0d365fa613
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import type { AgentPart, FilePart, TextPart } from "@opencode-ai/sdk/v2"
|
||||||
|
|
||||||
export type PromptInfo = {
|
export type PromptInfo = {
|
||||||
input: string
|
input: string
|
||||||
mode?: "normal" | "shell"
|
mode?: "normal" | "shell" | "handoff"
|
||||||
parts: (
|
parts: (
|
||||||
| Omit<FilePart, "id" | "messageID" | "sessionID">
|
| Omit<FilePart, "id" | "messageID" | "sessionID">
|
||||||
| Omit<AgentPart, "id" | "messageID" | "sessionID">
|
| Omit<AgentPart, "id" | "messageID" | "sessionID">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue