feat: copilot context menu for tool
This commit is contained in:
@@ -12,6 +12,7 @@ export type ChatHistory = {
|
||||
role: "user" | "assistant" | "system"
|
||||
content: string
|
||||
image?: string
|
||||
messageType?: string
|
||||
}[]
|
||||
|
||||
type State = {
|
||||
|
||||
@@ -18,12 +18,14 @@ export type Message = {
|
||||
images?: string[]
|
||||
search?: WebSearch
|
||||
id?: string
|
||||
messageType?: string
|
||||
}
|
||||
|
||||
export type ChatHistory = {
|
||||
role: "user" | "assistant" | "system"
|
||||
content: string
|
||||
image?: string
|
||||
image?: string,
|
||||
messageType?: string
|
||||
}[]
|
||||
|
||||
type State = {
|
||||
|
||||
Reference in New Issue
Block a user