Add @langchain/core dependency and update imports***
***Update SidepanelRouting to use dark mode*** ***Add image support to PlaygroundMessage component
This commit is contained in:
@@ -5,11 +5,13 @@ export type Message = {
|
||||
name: string
|
||||
message: string
|
||||
sources: any[]
|
||||
images?: string[]
|
||||
}
|
||||
|
||||
export type ChatHistory = {
|
||||
role: "user" | "assistant" | "system"
|
||||
content: string
|
||||
content: string,
|
||||
image?: string
|
||||
}[]
|
||||
|
||||
type State = {
|
||||
|
||||
Reference in New Issue
Block a user