Skip to content

Commit 303b2c2

Browse files
committed
progress on watch history entries
1 parent 51263c4 commit 303b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/ai/tools/watch-history-entries-tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const WatchHistoryEntriesTool: OllamaTool = {
88
function: {
99
name: 'getMovieWatchHistory',
1010
description:
11-
'Return a list of movie watch entries in JSON format. This method is useful to track what movies the user has watched previously or stopped watching.',
11+
'Return a list of movie watch entries in JSON format. This method is useful when a user asks about in-progress movies or movies they have watched recently.',
1212
parameters: {
1313
type: 'object',
1414
properties: {},

0 commit comments

Comments
 (0)