mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-13 10:19:08 +02:00
d86c7d62df
* refactor: Remove dead context for Chat Settings and create a new one for Chat Messages Actions * refactor: Contexts & types
9 lines
313 B
TypeScript
9 lines
313 B
TypeScript
export { getChatMessageEditContext, setChatMessageEditContext } from './chat-message-edit.context';
|
|
|
|
export {
|
|
getChatMessageActionsContext,
|
|
setChatMessageActionsContext
|
|
} from './chat-message-actions.context';
|
|
|
|
export { getChatFormActionsContext, setChatFormActionsContext } from './chat-form-actions.context';
|