Preparing search index...
The search index is not available
agent-swarm-kit
agent-swarm-kit
types
dumpOutlineResult
Function dumpOutlineResult
Dumps the outline result into a folder structure with markdown files.
Skips dumping if the result is invalid.
Creates a subfolder for each result using its resultId.
Writes a summary file including input parameters, generated data, and system messages.
Writes each user message to a separate markdown file.
Writes the full outline result to a markdown file.
Function
dumpOutlineResult
(
result
:
IOutlineResult
<
any
,
any
>
,
outputDir
?:
any
,
)
:
Promise
<
void
>
Parameters
result
:
IOutlineResult
<
any
,
any
>
Optional
outputDir
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
agent-swarm-kit
Loading...
Dumps the outline result into a folder structure with markdown files.
Function