类 OllamaFunction

java.lang.Object
io.agentscope.core.formatter.ollama.dto.OllamaFunction

public class OllamaFunction extends Object
Ollama function execution DTO. Represents the function details in a tool call from the model.
  • 构造器详细资料

    • OllamaFunction

      public OllamaFunction()
    • OllamaFunction

      public OllamaFunction(String name, Map<String,Object> arguments)
  • 方法详细资料