mirror of https://github.com/Wox-launcher/Wox
55 lines
892 B
Python
55 lines
892 B
Python
from .types import (
|
|
# Basic types
|
|
MapString,
|
|
Platform,
|
|
|
|
# Context
|
|
Context,
|
|
new_context,
|
|
new_context_with_value,
|
|
|
|
# Selection
|
|
SelectionType,
|
|
Selection,
|
|
|
|
# Query
|
|
QueryType,
|
|
Query,
|
|
QueryEnv,
|
|
|
|
# Result
|
|
WoxImageType,
|
|
WoxImage,
|
|
new_base64_wox_image,
|
|
WoxPreviewType,
|
|
WoxPreview,
|
|
ResultTailType,
|
|
ResultTail,
|
|
ActionContext,
|
|
ResultAction,
|
|
Result,
|
|
RefreshableResult,
|
|
|
|
# Plugin API
|
|
ChangeQueryParam,
|
|
|
|
# AI
|
|
ConversationRole,
|
|
ChatStreamDataType,
|
|
Conversation,
|
|
ChatStreamFunc,
|
|
|
|
# Settings
|
|
PluginSettingDefinitionType,
|
|
PluginSettingValueStyle,
|
|
PluginSettingDefinitionValue,
|
|
PluginSettingDefinitionItem,
|
|
MetadataCommand,
|
|
|
|
# Plugin Interface
|
|
Plugin,
|
|
PublicAPI,
|
|
PluginInitParams,
|
|
)
|
|
|
|
__version__ = "0.0.82" |