9package io.github.ollama4j.tools.annotations;
11import io.github.ollama4j.Ollama;
12import java.lang.annotation.ElementType;
13import java.lang.annotation.Retention;
14import java.lang.annotation.RetentionPolicy;
15import java.lang.annotation.Target;
25@Target(ElementType.METHOD)
26@Retention(RetentionPolicy.RUNTIME)