Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing/samples/integrations/jira_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Connect your agent to enterprise applications using [Integration Connectors](htt
Google Cloud Tools
![image_alt](https://github.com/karthidec/adk-python/blob/adk-samples-jira-agent/contributing/samples/jira_agent/image-application-integration.png?raw=true)

1. Go to [Connection Tool](<(https://console.cloud.google.com/)>) template from the template library and click on "USE TEMPLATE" button.
1. Go to [Connection Tool](https://console.cloud.google.com/) template from the template library and click on "USE TEMPLATE" button.
![image_alt](https://github.com/karthidec/adk-python/blob/adk-samples-jira-agent/contributing/samples/jira_agent/image-connection-tool.png?raw=true)

1. Fill the Integration Name as **ExecuteConnection** (It is mandatory to use this integration name only) and select the region same as the connection region. Click on "CREATE".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ graph schema DDL:

1. If a Semantic Graph is desired, define business metrics using the
`MEASURE(AGG_FUNC(col)) AS measure_name` syntax (see
**[ddl-reference.md](ddl-reference.md)**).
**[ddl-reference.md](ddl_reference.md)**).
2. Add business context using the `OPTIONS(description="...", synonyms=[...])`
clause at the property level and label level.

### Step 5: Validate Graph Topology Limitations

1. If the graph will be queried via `GRAPH_EXPAND`, consult
**[feature-parity.md](feature-parity.md)**.
**[feature-parity.md](feature_parity.md)**.
2. Verify that the graph structure forms a valid **Tree** (no cycles,
convergent paths, disconnected components, or multiple roots).
3. If limitations are violated, proactively advise the user on workarounds
Expand Down