Skip to content

Commit

Permalink
remove functions augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
singhk97 committed Nov 30, 2023
1 parent 1f7b921 commit 4060a81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ public enum AugmentationType
/// </summary>
None,

/// <summary>
/// Functions
/// </summary>
Functions,

/// <summary>
/// Sequence
/// </summary>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ private PromptTemplate AppendAugmentations(PromptTemplate template)

switch (template.Configuration.Augmentation.Type)
{
case AugmentationType.Functions:
template.Augmentation = new FunctionsAugmentation();
break;
case AugmentationType.Monologue:
template.Augmentation = new MonologueAugmentation(template.Actions);
break;
Expand Down

0 comments on commit 4060a81

Please sign in to comment.