9package io.github.ollama4j.tools.annotations;
11import java.lang.annotation.ElementType;
12import java.lang.annotation.Retention;
13import java.lang.annotation.RetentionPolicy;
14import java.lang.annotation.Target;
20@Retention(RetentionPolicy.RUNTIME)
21@Target(ElementType.PARAMETER)