mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 00:49:33 +00:00
adding comment into docstring with default value example
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
3faaeb0bba
commit
38f6b6ff9e
4 changed files with 7 additions and 5 deletions
5
docs/_static/llama-stack-spec.yaml
vendored
5
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -7812,7 +7812,10 @@ components:
|
|||
|
||||
Metadata: {metadata}
|
||||
description: >-
|
||||
Template for formatting each retrieved chunk in the context.
|
||||
Template for formatting each retrieved chunk in the context. Available
|
||||
placeholders: {index} (1-based chunk ordinal), {chunk.content} (chunk
|
||||
content string), {metadata} (chunk metadata dict). Default: "Result {index}\nContent:
|
||||
{chunk.content}\nMetadata: {metadata}\n"
|
||||
additionalProperties: false
|
||||
required:
|
||||
- query_generator_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue