Skip to content

Commit 189f640

Browse files
Update prompt-2_rpf-and-knowledge-base.md
1 parent 2c47736 commit 189f640

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

prompt-reference/rfp/prompt-2_rpf-and-knowledge-base.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ This prompt is the one found in the `$AssistantInfrastructure_GenerateAnswer_Get
2626
> Return a String containing a valid JSON object on a single line with the following fields:
2727
>
2828
> 1. "answer": The answer to the initial question of the user. Do not include a preamble, only answer the question. If you could not find an answer in the knowledge base, answer "No information found in knowledge base."
29-
>
3029
> 2. "calledknowledgebase": True if the function was used to retrieve information from the knowledge base; always true in this scenario.
31-
>
3230
> 3. "foundanswerinknowledgebase": True if the knowledge base returned relevant information and you were able to answer the question; false if no relevant information was found in the knowledge base or if the knowledge base was not used.
33-
>
3431
> 4. "functionreturnederror": True if the function returned a message saying that an error occurred; false if the function returned a response containing knowledge or if no function was used.
35-
>
3632
> 5. "references": A set of references that the answer was based on. Only list relevant references from the function response here. If "foundanswerinknowledgebase": false, then no references should be passed.
3733
>
3834
> Example response format:

0 commit comments

Comments
 (0)