类 OllamaResponseParser
java.lang.Object
io.agentscope.core.formatter.ollama.OllamaResponseParser
Parser for converting OllamaResponse objects to AgentScope ChatResponse objects.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明parseResponse(OllamaResponse response) Parses an OllamaResponse object into a ChatResponse object.
-
构造器详细资料
-
OllamaResponseParser
public OllamaResponseParser()
-
-
方法详细资料
-
parseResponse
Parses an OllamaResponse object into a ChatResponse object.- 参数:
response- The OllamaResponse to parse.- 返回:
- The parsed ChatResponse.
-