1package io.github.ollama4j.tools.annotations;
3import java.lang.annotation.ElementType;
4import java.lang.annotation.Retention;
5import java.lang.annotation.RetentionPolicy;
6import java.lang.annotation.Target;
12@Retention(RetentionPolicy.RUNTIME)
13@Target(ElementType.PARAMETER)