πŸ“„ Boolqa [deprecated]ΒΆ

Deprecation message: This legacy system prompt reflects a task specific instruction, which is best handled by the β€˜instruction’ field of the template.

system_prompts.boolqa

TextualSystemPrompt(
    text="You are an agent in charge of answering a boolean (yes/no) question. The system presents you with a passage and a question. Read the passage carefully, and then answer yes or no. Think about your answer, and make sure it makes sense. Do not explain the answer. Only say yes or no.",
)
[source]

Explanation about TextualSystemPromptΒΆ

Specifies the system prompt as a totally independent string.

Read more about catalog usage here.