August 22 – Release Notes

Discover the latest updates and improvements to Kognitos.

✨ New Features

We've added the following new features in this release:

File Size Detection

You can now ask Kognitos for a file size in natural language, getting results in either human-readable formats or exact values. This new feature makes it easy to build workflows that branch, filter, or validate files based on size.

Get File Size

Returns the size of the file with the unit included (ex: "1.5 MB" or "2.3 GB" )

get the file's size
get a file's size

Get File Size in Units

You can append in <unit> to return the file size as a numeric value in the specified unit.

Supported units (case-sensitive): B, KB, MB, GB, TB, bytes, kilobytes, megabytes, gigabytes, or terabytes.

Bytes

Returns the numeric size of the file in bytes (ex: 1572864)

get the file
get the file's size in "bytes"

Kilobytes

Returns the numeric size of the file in kilobytes (ex: 1536.0)

get the file
get the file's size in "kilobytes"

Megabytes

Returns the numeric size of the file in megabytes (ex: 1.5)

get the file
get the file's size in MB

🐛 Bug Fixes

We’ve resolved the following issues:

  • Ask Koncierge: Resolved an issue where ask koncierge would fail if the LLM returned an unexpected response format.

  • Multiple Choice Questions: Resolved an issue where multiple-choice question dropdowns remained active after submitting an answer; the dropdown is now properly disabled once an answer is submitted.

  • Run Parallelization: Resolved an issue where parent processes failed to resume when child runs were archived. Parent processes now correctly continue after archived children.

  • Table Filtering: Resolved an issue with filtering multi-word column headers (like "End Date") and complex Excel file structures. Table filters now work consistently across all header formats.

  • Updating Table Rows: Resolved an issue that caused processes to fail when updating table rows with specific numeric data. Table updates now handle all data types without serialization errors.

Last updated

Was this helpful?