Skip to content

Commit

Permalink
Dev/update gc learn with breakpointinfo (#252)
Browse files Browse the repository at this point in the history
highlight breakpoints at top of section
  • Loading branch information
momuno authored Nov 19, 2024
1 parent dca313e commit 1205a3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assistants/prospector-assistant/gc_learnings/gc_learnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ This doc is intended to capture our team learnings with using Guided Conversatio

## GC and SK calls to OpenAI API

Go to:
`semantic_kernel > connectors > ai > open_ai > services > open_ai_handler.py > OpenAIHandler > _send_request`

Breakpoints at:

- 43 - `settings = request_settings.prepare_settings_dict()`
- 47 - `response = await self.client.chat.completions.create(**settings)`
- 49 - `response = await self.client.completions.create(**settings)`

![Sample Image](images/sk_send_request.png "SK send_request")

### Generate Plan

#### Callstack
Expand Down

0 comments on commit 1205a3a

Please sign in to comment.