Vibe.Tool.PluginResult (vibe v0.2.1)

Copy Markdown View Source

Tool-result payload passed to plugin tool_result callbacks.

Summary

Types

t()

@type t() :: %Vibe.Tool.PluginResult{name: atom(), raw_result: term(), result: term()}

Functions

new(name, result, raw_result)

@spec new(atom(), term(), term()) :: t()