Skip to content

Commit b681892

Browse files
committed
light sprinkle of detail about diagrams in docs
1 parent 61ad22c commit b681892

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/docs/features/ask/ask-sourcebot.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Ask Sourcebot
55
Ask Sourcebot gives you the ability to ask complex questions about your entire codebase in natural language.
66

77
It uses Sourcebot’s existing [code search](/docs/features/search/code-search) and [navigation](/docs/features/code-navigation) tools to allow reasoning models to search your code,
8-
follow code nav references, and provide an answer that’s rich with inline citations and navigable code snippets.
8+
follow code nav references, and provide an answer that’s rich with inline citations, diagrams, and navigable code snippets.
99

1010
Ask Sourcebot **uses an LLM provider you configure with Sourcebot**, ensuring you have full control over where your data is sent.
1111

@@ -45,6 +45,7 @@ In this domain, these tools fall short:
4545
We built Ask Sourcebot to address these problems. With Ask Sourcebot, you can:
4646
- Ask questions about your teams entire codebase (even on repos you don't have locally)
4747
- Easily parse the response with side-by-side citations and code navigation
48+
- Visualize architecture and flows with diagrams the model generates inline
4849
- Share answers with your team to spread the knowledge
4950

5051
Being a web app is less convenient than being in your IDE, but it allows Sourcebot to provide responses in a richer UI that isn't constrained by the IDE.

0 commit comments

Comments
 (0)