Skip to content

Commit e60124a

Browse files
nit: spelling fix (#286)
1 parent 557d510 commit e60124a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantic-kernel/Frameworks/agent/agent-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Any [Plugin](../../concepts/plugins/index.md) available to an `Agent` is managed
6767
> For a [`ChatCompletionAgent`](./agent-types/chat-completion-agent.md), the function calling mode must be explicitly enabled. [`OpenAIAssistant`](./agent-types/assistant-agent.md) agent is always based on automatic function calling.
6868
6969
```csharp
70-
// Factory method to product an agent with a specific role.
70+
// Factory method to produce an agent with a specific role.
7171
// Could be incorporated into DI initialization.
7272
ChatCompletionAgent CreateSpecificAgent(Kernel kernel, string credentials)
7373
{

0 commit comments

Comments
 (0)