AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.tool
/
Tool
/
RuntimeOutput
Runtime
Output
data
class
RuntimeOutput
(
val
content
:
String
,
val
type
:
Tool.RuntimeOutput.OutputType
)
(
source
)
工具的实时输出,如命令的实时响应,这些信息不会传递给 LLM,只给用户看。
Members
Constructors
Runtime
Output
Link copied to clipboard
constructor
(
content
:
String
,
type
:
Tool.RuntimeOutput.OutputType
)
Types
Output
Type
Link copied to clipboard
enum
OutputType
:
Enum
<
Tool.RuntimeOutput.OutputType
>
Properties
content
Link copied to clipboard
val
content
:
String
给用户看的实时信息,不会传递给 LLM。
type
Link copied to clipboard
val
type
:
Tool.RuntimeOutput.OutputType
输出的类型,不同类型的输出会以不同形式呈现给用户。