Update formatting.

This commit is contained in:
Raphael Mitsch 2024-01-05 13:02:07 +01:00
parent 4c04db57bb
commit 4e0001ad1e

View File

@ -351,14 +351,14 @@ Tasks may support prompt sharding (for more info see the API docs on
signatures for `generate_prompts` and `parse_responses` depend on whether they
do.
_For tasks *not supporting* sharding:_
For tasks **not supporting** sharding:
| Task | Description | |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- |
| [`task.generate_prompts`](/api/large-language-models#task-nonsharding-generate-prompts) | Takes a collection of documents, and returns a collection of prompts, which can be of type `Any`. |
| [`task.parse_responses`](/api/large-language-models#task-nonsharding-parse-responses) | Takes a collection of LLM responses and the original documents, parses the responses into structured information, and sets the annotations on the documents. |
_For tasks *supporting* sharding:_
For tasks **supporting** sharding:
| Task | Description | |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- |