Set output tokens.
(mut self, tokens: u64)
| 482 | |
| 483 | /// Set output tokens. |
| 484 | pub fn with_output(mut self, tokens: u64) -> Self { |
| 485 | self.output_tokens = tokens; |
| 486 | self |
| 487 | } |
| 488 | |
| 489 | /// Set cache read tokens. |
| 490 | pub fn with_cache_read(mut self, tokens: u64) -> Self { |
no outgoing calls
no test coverage detected