mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat: add hyperswitch ai chats table (#8831)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d93e73dd83
commit
8ed3f7dbf2
@ -197,3 +197,9 @@ pub const REQUEST_TIME_OUT: u64 = 30;
|
||||
|
||||
/// API client request timeout for ai service (in seconds)
|
||||
pub const REQUEST_TIME_OUT_FOR_AI_SERVICE: u64 = 120;
|
||||
|
||||
/// Default limit for list operations (can be used across different entities)
|
||||
pub const DEFAULT_LIST_LIMIT: i64 = 100;
|
||||
|
||||
/// Default offset for list operations (can be used across different entities)
|
||||
pub const DEFAULT_LIST_OFFSET: i64 = 0;
|
||||
|
||||
Reference in New Issue
Block a user