0b7fc29ac4
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com> Co-authored-by: Soulter <905617992@qq.com>
20 lines
388 B
Python
20 lines
388 B
Python
from astrbot.core.provider.entities import (
|
|
AssistantMessageSegment,
|
|
LLMResponse,
|
|
ProviderMetaData,
|
|
ProviderRequest,
|
|
ProviderType,
|
|
ToolCallMessageSegment,
|
|
ToolCallsResult,
|
|
)
|
|
|
|
__all__ = [
|
|
"AssistantMessageSegment",
|
|
"LLMResponse",
|
|
"ProviderMetaData",
|
|
"ProviderRequest",
|
|
"ProviderType",
|
|
"ToolCallMessageSegment",
|
|
"ToolCallsResult",
|
|
]
|