Skip to content

Commit

Permalink
Fix document link
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Dec 20, 2024
1 parent 0b72df8 commit b7ab5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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](https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/) for example.
- 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.
- 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 b7ab5af

Please sign in to comment.