jito

Results 7 issues of jito

### Motivation fix comment of patternAutoDiscoveryPeriod in ConsumerConfigurationData class. ### Modifications `The default and minimum value is 1 minute.` -> `The default value is 1 minute, with a minimum of...

doc-not-needed

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to: * Sign the [contributor...

> [!IMPORTANT] > Introduces async prompt fetching API with shared caching and tests in `client.py` and `test_prompt.py`. > > - **Async API**: > - Adds `aget_prompt()` in `client.py` for async...

Fixes TypeError when generating JSON schemas: "Object of type 'FieldInfo' is not JSON serializable". This occurs when model_json_schema() includes internal Pydantic metadata in the output. Solution: Add mode='serialization' parameter to...

core
fix