(input_tokens, output_tokens)
| 262 | |
| 263 | |
| 264 | def _step_finish(input_tokens, output_tokens): |
| 265 | return { |
| 266 | "type": "step_finish", |
| 267 | "part": { |
| 268 | "type": "step-finish", |
| 269 | "tokens": {"input": input_tokens, "output": output_tokens}, |
| 270 | }, |
| 271 | } |
| 272 | |
| 273 | |
| 274 | def test_answer_excludes_intermediate_narration(): |
no outgoing calls
no test coverage detected