AgentMark provides a powerful and flexible way to create prompts using Markdown and JSX. This section will cover the core concepts and features of prompting with AgentMark.
example.prompt.mdx
Copy
---name: exampletext_config: model_name: gpt-4 temperature: 0.7---<System>You are a math tutor that can perform calculations.</System><User>What's 235 * {props.num}?</User><Assistant>The result is 4230</Assistant>