macro_rules! const_string {
($name:ident = $value:literal) => { ... };
}Available on crate features
mcp and tools only.macro_rules! const_string {
($name:ident = $value:literal) => { ... };
}mcp and tools only.