Markdown
GitHub-flavored, with bold, inline code, links, and lists:
- streaming
- tool calls
- code blocks
export const greet = (name: string) => `hi, ${name}`
GitHub-flavored, with bold, inline code, links, and lists:
export const greet = (name: string) => `hi, ${name}`