Skip to content

Commit a65b31c

Browse files
committed
updated changelog, changed variable conversation is looking for
1 parent fde16b2 commit a65b31c

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ _2016-07-15_
77
* New: Added `Document Conversion` abstraction
88
* New: Added `AlchemyData News` abstraction
99
* New: Added `Retrieve and Rank` abstraction
10+
* New: Added `Conversation` abstraction
11+
* Fix: Added `LanguageTranslation` and `LanguageTranslator`
1012

1113
## Version 0.5.0
1214

Examples/ServiceExamples/TestData/RetrieveAndRank.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Scripts/Services/Conversation-Experimental.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Scripts/UnitTests/TestConversation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TestConversation : UnitTest
3131

3232
public override IEnumerator RunTest()
3333
{
34-
m_WorkspaceID = Config.Instance.GetVariableValue("ConversationV1_WorkspaceID");
34+
m_WorkspaceID = Config.Instance.GetVariableValue("ConversationV1_ID");
3535

3636
if (Config.Instance.FindCredentials(m_Conversation.GetServiceID()) == null)
3737
yield break;

0 commit comments

Comments
 (0)