diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 7075d15faaa..0f83e909b39 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -312,9 +312,20 @@ OC.L10N.register( "The audio to transcribe" : "The audio to transcribe", "Transcription" : "Transcription", "The transcribed text" : "The transcribed text", + "ContextAgent" : "ContextAgent", + "Chat with an agent" : "Chat with an agent", "Chat message" : "Chat message", + "A chat message to send to the agent." : "A chat message to send to the agent.", "Confirmation" : "Confirmation", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation.", + "Conversation token" : "Conversation token", + "A token representing the conversation." : "A token representing the conversation.", "Generated response" : "Generated response", + "The response from the chat model." : "The response from the chat model.", + "The new conversation token" : "The new conversation token", + "Send this along with the next interaction." : "Send this along with the next interaction.", + "Requested actions by the agent" : "Requested actions by the agent", + "Actions that the agent would like to carry out in JSON format." : "Actions that the agent would like to carry out in JSON format.", "Context write" : "Context write", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", @@ -342,6 +353,7 @@ OC.L10N.register( "Generated reply" : "Generated reply", "The generated text from the assistant" : "The generated text from the assistant", "Change Tone" : "Change Tone", + "Change the tone of a piece of text." : "Change the tone of a piece of text.", "Write a text that you want the assistant to rewrite in another tone." : "Write a text that you want the assistant to rewrite in another tone.", "Desired tone" : "Desired tone", "In which tone should your text be rewritten?" : "In which tone should your text be rewritten?", @@ -354,6 +366,15 @@ OC.L10N.register( "The history of chat messages before the current message, starting with a message by the user" : "The history of chat messages before the current message, starting with a message by the user", "Response message" : "Response message", "The generated response as part of the conversation" : "The generated response as part of the conversation", + "Chat with tools" : "Chat with tools", + "Chat with the language model with tool calling support." : "Chat with the language model with tool calling support.", + "Tool message" : "Tool message", + "The result of tool calls in the last interaction" : "The result of tool calls in the last interaction", + "Available tools" : "Available tools", + "The available tools in JSON format" : "The available tools in JSON format", + "The response from the chat model" : "The response from the chat model", + "Tool calls" : "Tool calls", + "Tools call instructions from the model in JSON format" : "Tools call instructions from the model in JSON format", "Formalize text" : "Formalize text", "Takes a text and makes it sound more formal" : "Takes a text and makes it sound more formal", "Write a text that you want the assistant to formalize" : "Write a text that you want the assistant to formalize", |