systemprompt-models 0.1.18

Shared data models and types for systemprompt.io OS
Documentation
1
2
3
4
5
pub mod mcp_tool;
pub mod tool_call;

pub use mcp_tool::McpTool;
pub use tool_call::{CallToolResult, ToolCall, ToolExecution};