Skip to content

Commit

Permalink
Fixed problem in "Common expression language cheat sheet" table
Browse files Browse the repository at this point in the history
  • Loading branch information
WashingtonKayaker committed Jan 10, 2020
1 parent e222b1e commit 69a5d78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/concept-language-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ For more examples of structured response templates, see [StructuredTemplate.lg](

### Common expression language cheat sheet

| Symbol | Description |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| # | Template definition symbol |
| - | Variation |
| \ | Escape character |
| @ | A prefix character to signify need expression evaluation when in multi-line response |
| {} | Used for all expressions. Templates are also functions so {templateName()} is valid and supported. |
| Symbol | Description |
| ------ | ----------------------------------------------------------------------------------------------------- |
| # | Template definition symbol |
| - | Variation |
| \ | Escape character |
| @ | A prefix character to signify need expression evaluation when in multi-line response |
| {} | Used for all expressions. Templates are also functions so {templateName()} is valid and supported. |
| () | Used to denote parameters to a function or to a template. E.g {templateName(‘value1’, ‘value2’)} or to a prebuilt function {length(greeting)} or {length(‘value1’)} |
| ``` | Used in pair to denote multi-line segment. |```
| ` ``` `| Used in pair to denote multi-line segment. |


## References
Expand Down

0 comments on commit 69a5d78

Please sign in to comment.