1package io.github.ollama4j.tools.annotations;
3import io.github.ollama4j.OllamaAPI;
5import java.lang.annotation.ElementType;
6import java.lang.annotation.Retention;
7import java.lang.annotation.RetentionPolicy;
8import java.lang.annotation.Target;
15@Target(ElementType.TYPE)
16@Retention(RetentionPolicy.RUNTIME)