Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jost <[email protected]>
  • Loading branch information
pdaoust and jost-s authored Jan 27, 2025
1 parent 86fcefb commit a111ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/dnas.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub fn handle_search_query(query: SearchQuery) -> ExternResult<Vec<SearchResult>
}
```

Note that **bridging between different cells only happens within one agent's hApp instance**, and **remote calls only happens between two agents in one DNA's network**. For two agents, Alice and Bob, Alice can do this:
Note that **bridging between different cells only happens within one agent's hApp instance**, and **remote calls only happen between two agents in one DNA's network**. For two agents, Alice and Bob, Alice can do this:

| ↓ wants to call → | Alice `main` | Alice `search` | Bob `main` | Bob `search` |
| ----------------- | :-----------: | :------------: | :-----------: | :-----------: |
Expand Down

0 comments on commit a111ffb

Please sign in to comment.