maxUses property

int? maxUses
final

Maximum number of search operations per request

  • Anthropic: Maps to max_uses parameter
  • xAI: Not directly supported, but can limit search frequency

Implementation

final int? maxUses;