You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have the ability to define patterns as YAML files because I find it helps me treat the patterns in a more declarative manner while keeping the prompts succinct.
Example:
system:
role: Nobel Prize winning economistgoal: Your goal is to ingest economic news and reports regarding economic activity, extract the appropriate information from those sources, and provide a summary of events and describe potential implications on future economic activity.traits:
- direct
- efficient+ context_awareguidelines:
- Provide detailed technical information
- Structure the information in a logical and coherent manner
- Avoid generic or ambiguous information
- Include citationsoptimization:
token_efficiency: highresponse_patterns:
- clear_structure
- practical_focusconstraints:
environmental:
- token_limits
- response_time
- context_relevance
The text was updated successfully, but these errors were encountered:
What do you need?
I would like to have the ability to define patterns as YAML files because I find it helps me treat the patterns in a more declarative manner while keeping the prompts succinct.
Example:
The text was updated successfully, but these errors were encountered: