Resolve #324
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2023 the original author or authors.
|
||||
* Copyright 2023-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -21,11 +21,11 @@ import java.util.Map;
|
||||
public class FunctionMessage extends AbstractMessage {
|
||||
|
||||
public FunctionMessage(String content) {
|
||||
super(MessageType.SYSTEM, content);
|
||||
super(MessageType.FUNCTION, content);
|
||||
}
|
||||
|
||||
public FunctionMessage(String content, Map<String, Object> properties) {
|
||||
super(MessageType.SYSTEM, content, properties);
|
||||
super(MessageType.FUNCTION, content, properties);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user