Lambda Contract
Last updated
{
"question": "What was the revenue growth compared to the prior quarter?",
"ticker": "AAPL",
"year": 2024,
"period": "Q3"
}{
"answer": "Based on the 10-Q filing, revenue grew 5% compared to the prior quarter, driven primarily by services segment growth.",
"meta": {
"model": "the canonical model from reference/models.md",
"input_tokens": 1847,
"output_tokens": 312,
"latency_ms": 2150
}
}{
"question": "What were the earnings?",
"ticker": "AAPL",
"year": 2024,
"period": "Annual"
}{
"error": "ValidationError",
"message": "Invalid value for 'period': 'Annual'. Must be one of: Q1, Q2, Q3, Q4, FY."
}