• 橙子
    2026-05-30 来自北京
    第一个示例类定义错了吧

    作者回复: 你好,感谢提醒,会修改为: public record Customer(Long id, String name, float balance) { // 用Embabel原生注解声明一个可以暴露给LLM的工具 @LlmTool(description = "Find the balance of a customer") public float balance() { return balance; } }

    
    