Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ai
Merge requests
!221
Update READMEs to point at Doc website and put main content in docs
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update READMEs to point at Doc website and put main content in docs
issue/ai-3483098:3483098-readme.md-files-duplicate
into
1.0.x
Overview
5
Commits
15
Pipelines
7
Changes
27
All threads resolved!
Hide all comments
Merged
Update READMEs to point at Doc website and put main content in docs
Paul Smith
requested to merge
issue/ai-3483098:3483098-readme.md-files-duplicate
into
1.0.x
9 months ago
Overview
5
Commits
15
Pipelines
7
Changes
27
All threads resolved!
Hide all comments
Closes
#3483098
0
0
Merge request reports
Compare
1.0.x
version 4
e961a62c
9 months ago
version 3
1f2f333f
9 months ago
version 2
e4cae7f6
9 months ago
version 1
3649f831
9 months ago
1.0.x (base)
and
latest version
latest version
b6d5bc0a
15 commits,
9 months ago
version 4
e961a62c
14 commits,
9 months ago
version 3
1f2f333f
14 commits,
9 months ago
version 2
e4cae7f6
13 commits,
9 months ago
version 1
3649f831
12 commits,
9 months ago
27 files
+
348
−
442
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
docs/developers/develop_api_assistant_action.md
+
5
−
0
View file @ b6d5bc0a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -50,3 +50,8 @@ and their workings**.
### Examples
For working examples, please see the code of the
[
AI search
](
../modules/ai_search/index.md
)
sub-module or the
[
AI Agents
](
https://www.drupal.org/project/ai_agents
)
module.
For an example of how to provide a user-facing interface for an AI Assistant,
please see the AI Chatbot module's code: this provides a user-facing block
plugin that uses a configured AI Assistant to allow users to interact with an
AI Assistant and see responses from the LLM.
Loading