pub(super) async fn execute(
db: &PgPool,
input: DecodeLoadoutInput,
) -> Result<EnrichedLoadout, ToolError>Expand description
Decode a talent loadout string and resolve talent names from the database.
pub(super) async fn execute(
db: &PgPool,
input: DecodeLoadoutInput,
) -> Result<EnrichedLoadout, ToolError>Decode a talent loadout string and resolve talent names from the database.