Skip to content

Commit 03d4059

Browse files
committed
feat(ai): added concept
1 parent 89c3eac commit 03d4059

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ai-data/managed-inference/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Fine-tuning involves further training a pre-trained language model on domain-spe
4242
Few-shot prompting uses the power of language models to generate responses with minimal input, relying on just a handful of examples or prompts.
4343
It demonstrates the model's ability to generalize from limited training data to produce coherent and contextually relevant outputs.
4444

45+
## Function calling
46+
47+
Function calling allows a language model (LLM) to interact with external tools or APIs, executing specific tasks based on user requests. The LLM identifies the appropriate function, extracts needed parameters, and returns the results as structured data, typically in JSON format.
48+
4549
## Hallucinations
4650

4751
Hallucinations in LLMs refer to instances where generative AI models generate responses that, while grammatically coherent, contain inaccuracies or nonsensical information. These inaccuracies are termed "hallucinations" because the models create false or misleading content. Hallucinations can occur because of constraints in the training data, biases embedded within the models, or the complex nature of language itself.

0 commit comments

Comments
 (0)