Skip to content

Commit 101cb59

Browse files
committed
Add openAIMessages fallback for backward compatibility
1 parent 238e11a commit 101cb59

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

openAIMessages.m

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function msgs = openAIMessages
2+
%openAIMessages - backward compatibility function
3+
%
4+
% This function only exists for backward compatibility and will be removed
5+
% at some time in the future. Please use messageHistory instead.
6+
7+
% Copyright 2024 The MathWorks, Inc.
8+
9+
msgs = messageHistory;
10+
end

0 commit comments

Comments
 (0)