infra: proper librechat integration & improved configuration handling (#10)
Reviewed-on: #10 Co-authored-by: Francwa <francois.hodiaumont@gmail.com> Co-committed-by: Francwa <francois.hodiaumont@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "find_media_imdb_id",
|
||||
"description": "Trouve l'ID IMDb et les informations d'un film ou d'une série télévisée à partir de son titre en utilisant l'API TMDB. À utiliser comme première étape avant de chercher des torrents.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"media_title": {
|
||||
"type": "string",
|
||||
"description": "Le titre exact du média à rechercher (par exemple, 'Inception', 'Breaking Bad')."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"media_title"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user