Skip to content

Commit

Permalink
supplemental comment(s) in mojom files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed Nov 18, 2024
1 parent 01f4be7 commit b52b60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/ai_chat/core/common/mojom/ai_chat.mojom
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ struct CustomModelOptions {
uint32 long_conversation_warning_character_limit;
// a user-specified prompt to be used with the model
string? model_system_prompt;
// the endpoint could be a local network address or a remote server
url.mojom.Url endpoint;
string api_key;
};
Expand Down
1 change: 1 addition & 0 deletions components/ai_chat/core/common/mojom/settings_helper.mojom
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ enum OperationResult {
Success,
InvalidUrl,
InvalidContextSize,
// for use with the `brave-ai-chat-allow-private-ips` feature.
UrlValidAsPrivateEndpoint,
};

Expand Down

0 comments on commit b52b60a

Please sign in to comment.