refactor: AI助手接口改为post
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ivmiku.tutorial.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AssistantQuery {
|
||||
private String content;
|
||||
private Integer size;
|
||||
private String language;
|
||||
}
|
||||
Reference in New Issue
Block a user