Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iislucas committed Oct 26, 2024
1 parent 81bf3c1 commit bc2c036
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/fewshot_template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,6 @@ concatendated by a join string.
For example:
const nameDescriptionTempl = new FewShotTempl(template
`${namedVar('n')}, can be described in detail by: ${namedVar('d')}`,
'\n');
See the test file (.spec) for more detailed examples.
*/
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an Apache2 license that can be
* found in the LICENSE file and http://www.apache.org/licenses/LICENSE-2.0
==============================================================================*/

/*
A few shot template class. This allows separating the template from the list of
values that get subsituted int it.
The implementation is very simple: few shot templates are treated as templates
concatendated by a join string.
For example:
const nameDescriptionTempl = new FewShotTempl(template
`${namedVar('n')}, can be described in detail by: ${namedVar('d')}`,
'\n');
Expand Down

0 comments on commit bc2c036

Please sign in to comment.