Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai_agents
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
4
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ai_agents
Merge requests
!31
Issue
#3493873
by andrewbelcher: Add inital real LLM test for Content Type agent.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3493873
by andrewbelcher: Add inital real LLM test for Content Type agent.
issue/ai_agents-3493873:3493873-add-real-llm
into
1.0.x
Overview
7
Commits
8
Pipelines
9
Changes
30
2 unresolved threads
Hide all comments
Open
Andrew Belcher
requested to merge
issue/ai_agents-3493873:3493873-add-real-llm
into
1.0.x
3 weeks ago
Overview
7
Commits
8
Pipelines
9
Changes
30
2 unresolved threads
Hide all comments
Expand
Closes
#3493873
👍
0
👎
0
Merge request reports
Compare
1.0.x
version 8
1e814710
3 weeks ago
version 7
b6dbca62
3 weeks ago
version 6
6fabe2c0
3 weeks ago
version 5
c3e4fd0a
3 weeks ago
version 4
31fff640
3 weeks ago
version 3
cdb2a6d0
3 weeks ago
version 2
5ed50a9a
3 weeks ago
version 1
6067becd
3 weeks ago
1.0.x (HEAD)
and
latest version
latest version
24f2cf20
8 commits,
4 days ago
version 8
1e814710
7 commits,
3 weeks ago
version 7
b6dbca62
6 commits,
3 weeks ago
version 6
6fabe2c0
5 commits,
3 weeks ago
version 5
c3e4fd0a
4 commits,
3 weeks ago
version 4
31fff640
3 commits,
3 weeks ago
version 3
cdb2a6d0
2 commits,
3 weeks ago
version 2
5ed50a9a
1 commit,
3 weeks ago
version 1
6067becd
1 commit,
3 weeks ago
30 files
+
1251
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
tests/modules/ai_agents_test_content_types/config/install/core.entity_form_display.node.article.default.yml
0 → 100644
+
99
−
0
Options
uuid
:
a04d7e23-35f7-42cb-895a-499bf795f05e
langcode
:
en
status
:
true
dependencies
:
config
:
-
field.field.node.article.body
-
field.field.node.article.field_image
-
field.field.node.article.field_tags
-
image.style.thumbnail
-
node.type.article
module
:
-
image
-
path
-
text
id
:
node.article.default
targetEntityType
:
node
bundle
:
article
mode
:
default
content
:
body
:
type
:
text_textarea_with_summary
weight
:
2
region
:
content
settings
:
rows
:
9
summary_rows
:
3
placeholder
:
'
'
show_summary
:
false
third_party_settings
:
{
}
created
:
type
:
datetime_timestamp
weight
:
10
region
:
content
settings
:
{
}
third_party_settings
:
{
}
field_image
:
type
:
image_image
weight
:
1
region
:
content
settings
:
progress_indicator
:
throbber
preview_image_style
:
thumbnail
third_party_settings
:
{
}
field_tags
:
type
:
entity_reference_autocomplete_tags
weight
:
3
region
:
content
settings
:
match_operator
:
CONTAINS
match_limit
:
10
size
:
60
placeholder
:
'
'
third_party_settings
:
{
}
path
:
type
:
path
weight
:
30
region
:
content
settings
:
{
}
third_party_settings
:
{
}
promote
:
type
:
boolean_checkbox
weight
:
15
region
:
content
settings
:
display_label
:
true
third_party_settings
:
{
}
status
:
type
:
boolean_checkbox
weight
:
120
region
:
content
settings
:
display_label
:
true
third_party_settings
:
{
}
sticky
:
type
:
boolean_checkbox
weight
:
16
region
:
content
settings
:
display_label
:
true
third_party_settings
:
{
}
title
:
type
:
string_textfield
weight
:
0
region
:
content
settings
:
size
:
60
placeholder
:
'
'
third_party_settings
:
{
}
uid
:
type
:
entity_reference_autocomplete
weight
:
5
region
:
content
settings
:
match_operator
:
CONTAINS
match_limit
:
10
size
:
60
placeholder
:
'
'
third_party_settings
:
{
}
hidden
:
{
}
Loading