Clean room implementation of the chat process (#5079)
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pub use rmcp::model::ErrorData;
|
||||
|
||||
/// Type alias for tool results
|
||||
pub type ToolResult<T> = std::result::Result<T, ErrorData>;
|
||||
pub type ToolResult<T> = Result<T, ErrorData>;
|
||||
|
||||
Reference in New Issue
Block a user