For the complete documentation index, see llms.txt. This page is also available as Markdown.

Echo

Returns given string.

Task version: 1.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

InputString : String

String that will be repeated.

Default: - Example: Example Text

Task Result

Name
Description

ResultString : String

Returns given Input String. Example: Example Text

Task Changelog

Changelog for Task Frends.Utilities.Echo.

[1.0.0] - 2022-09-06

Added

  • Initial implementation

Last updated

Was this helpful?