Skip to content

Commit

Permalink
Amazon Bedrock connector text file limitation (#5127)
Browse files Browse the repository at this point in the history
* Add txt file list item

* Backport for 8.7

* Add txt file conversion
  • Loading branch information
mesellings authored Mar 5, 2025
1 parent d661647 commit cb81787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Ensure the model is available in your region, that your model can invoke the `Co
- `New Message` is either the first message (to start a conversation) or is the next message from an already started conversation.
- `Documents` is a list of documents to include as part of your **new message**.
- To work with documents you must upload them first, [using the REST API](/apis-tools/camunda-api-rest/specifications/create-document.api.mdx) for example.
- Only .txt documents are currently supported. To use other text file formats (such as .ts, .yaml, .bpmn), convert them to a .txt file.
- The result of the endpoint must then be assigned to a variable in **Start Process Instance** so you can use the list of these variables in the **Documents** field.
- `Message History` is the history of the conversation that should always be passed. If not set, this will be a new conversation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Ensure the model is available in your region, that your model can invoke the `Co
- `New Message` is either the first message (to start a conversation) or is the next message from an already started conversation.
- `Documents` is a list of documents to include as part of your **new message**.
- To work with documents you must upload them first, [using the REST API](/apis-tools/camunda-api-rest/specifications/create-document.api.mdx) for example.
- Only .txt documents are currently supported. To use other text file formats (such as .ts, .yaml, .bpmn), convert them to a .txt file.
- The result of the endpoint must then be assigned to a variable in **Start Process Instance** so you can use the list of these variables in the **Documents** field.
- `Message History` is the history of the conversation that should always be passed. If not set, this will be a new conversation.

Expand Down

0 comments on commit cb81787

Please sign in to comment.