[]
AI助手返回对象。
public class AIAssistantResponse : AIResponse
构造方法。
public AIAssistantResponse(string message, int aiCallErrorCode)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | message | |
| int | aiCallErrorCode |
构造方法。
public AIAssistantResponse(string message)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | message | 输出结果 |
HTTP status code returned by AI server Usually used to determine whether the AI server is returning normally
public int AiCallHttpCode { get; set; }
| 类型 | 描述 |
|---|---|
| int |
AI助手输出结果。
public string Message { get; set; }
| 类型 | 描述 |
|---|---|
| string |
AI助手类型。
public override string Type { get; }
| 类型 | 描述 |
|---|---|
| string |