fix ChatModel docs (#2605)
Fixed deprecated getContent() to getText() in ChatModel documentation. Signed-off-by: jongin <jonginwon1203@gmail.com>
This commit is contained in:
@@ -85,7 +85,7 @@ The interface is defined as follows:
|
||||
```java
|
||||
public interface Content {
|
||||
|
||||
String getContent();
|
||||
String getText();
|
||||
|
||||
Map<String, Object> getMetadata();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user