mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
11 lines
306 B
TypeScript
11 lines
306 B
TypeScript
import type { CopilotAction } from '../shared/types'
|
|
export type { CopilotAction }
|
|
|
|
export type UseCopilotEntrypointHelpers = {}
|
|
|
|
// export function useCopilotEntrypoint({}: CopilotAction = {}): UseCopilotEntrypointHelpers {
|
|
// // Generate an unique id for the chat if not provided.
|
|
|
|
// return {}
|
|
// }
|