Skip to content

Commit 7cd499e

Browse files
authored
Merge pull request #63 from stackql/claude/document-new-output-type-011CUyGScdErKrueFkWrACLK
Document new output type
2 parents f6cbf7d + 23c84b9 commit 7cd499e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pystackql/core/stackql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class StackQL:
3232
:param backend_file_storage_location: Specifies location for database file, only applicable when `backend_storage_mode` is 'file'
3333
(defaults to `'{cwd}/stackql.db'`, this option is ignored in `server_mode`)
3434
:type backend_file_storage_location: str, optional
35-
:param output: Determines the format of the output, options are 'dict', 'pandas', and 'csv'
36-
(defaults to `'dict'`, `'csv'` is not supported in `server_mode`)
35+
:param output: Determines the format of the output, options are 'dict', 'pandas', 'csv', and 'markdownkv'
36+
(defaults to `'dict'`, `'csv'` is not supported in `server_mode`, 'markdownkv' is optimized for LLM understanding)
3737
:type output: str, optional
3838
:param sep: Seperator for values in CSV output
3939
(defaults to `','`, `output='csv'` only)

0 commit comments

Comments
 (0)