Interface MemoryService
-
- All Implemented Interfaces:
public interface MemoryService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMemoryService.WithRawResponseA view of MemoryService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract MemoryService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract MemoryService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
BetaManagedAgentsMemory create(String memoryStoreId, MemoryCreateParams params)
Create a memory
-
create
BetaManagedAgentsMemory create(String memoryStoreId, MemoryCreateParams params, RequestOptions requestOptions)
-
create
BetaManagedAgentsMemory create(MemoryCreateParams params)
-
create
abstract BetaManagedAgentsMemory create(MemoryCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsMemory retrieve(String memoryId, MemoryRetrieveParams params)
Retrieve a memory
-
retrieve
BetaManagedAgentsMemory retrieve(String memoryId, MemoryRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsMemory retrieve(MemoryRetrieveParams params)
-
retrieve
abstract BetaManagedAgentsMemory retrieve(MemoryRetrieveParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsMemory update(String memoryId, MemoryUpdateParams params)
Update a memory
-
update
BetaManagedAgentsMemory update(String memoryId, MemoryUpdateParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsMemory update(MemoryUpdateParams params)
-
update
abstract BetaManagedAgentsMemory update(MemoryUpdateParams params, RequestOptions requestOptions)
-
list
MemoryListPage list(String memoryStoreId)
List memories
-
list
MemoryListPage list(String memoryStoreId, MemoryListParams params, RequestOptions requestOptions)
-
list
MemoryListPage list(String memoryStoreId, MemoryListParams params)
-
list
abstract MemoryListPage list(MemoryListParams params, RequestOptions requestOptions)
-
list
MemoryListPage list(MemoryListParams params)
-
list
MemoryListPage list(String memoryStoreId, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedMemory delete(String memoryId, MemoryDeleteParams params)
Delete a memory
-
delete
BetaManagedAgentsDeletedMemory delete(String memoryId, MemoryDeleteParams params, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedMemory delete(MemoryDeleteParams params)
-
delete
abstract BetaManagedAgentsDeletedMemory delete(MemoryDeleteParams params, RequestOptions requestOptions)
-
-
-
-